git rev-list --all
Jump to navigation
Jump to search
git rev-list --all
git rev-list --all --branches
git grep "your_string" $(git rev-list --all)
git rev-list --all | xargs git grep "your_string"
See also
Advertising: