Today I Learned

hashrocket A Hashrocket project

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
See More #git TILs