Created
December 29, 2016 20:23
-
-
Save lrobeson/18c5c4d6c8aa088f4b8d30de5402e967 to your computer and use it in GitHub Desktop.
Git alias to more easily search log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
# Usage: 'git find helloWorld' | |
# Source: http://stackoverflow.com/a/7125014/4114265 | |
find = log --all --pretty=\"format:%Cgreen%H %C(bold blue)%s\n%b%Creset\" --name-status --grep | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment