Searching Your Commits from the Command Line
If you ever need to search your commits for a pattern, you can use the following command to return the logs containing that pattern.
git log --grep pattern
Tweet
If you ever need to search your commits for a pattern, you can use the following command to return the logs containing that pattern.
git log --grep pattern
Tweet