Search for a string in all git branches
Blog
Written with a loving hand by kitt some time around 21:19 on 15 September 2013
Yay, git grep!
git grep "string/regexp" $(git rev-list --all)
I love that it works with regular expressions, too.
- Log in to post comments