Created
June 29, 2018 08:24
-
-
Save gatamar/512613684507683842760247631ebe0c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # search given text in all commit messages | |
| git log --all --grep='some_text' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment