hacks:git:gitscripts
search for a string across all branches
- git grep “regexp” $(git rev-list –all)
- git branch -a | tr -d \* | sed '/→/d' | xargs git grep “regexp”
hacks/git/gitscripts.txt · Last modified: 2017/03/25 22:36 by tdwebste