/ Published in: Bash
URL: http://stackoverflow.com/questions/746684/how-to-search-through-all-commits-in-the-repository
I have a Git repository with few branches and dangling commits. I would like to search all such commits in repository for a specific string.
Expand |
Embed | Plain Text
git log -g --grep=search_for_this
You need to login to post a comment.
