/ Published in: Bash
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
Copy this code and paste it in your HTML
git log -g --grep=search_for_this
URL: http://stackoverflow.com/questions/746684/how-to-search-through-all-commits-in-the-repository