Difference between revisions of "Git rev-list --all"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
− | git rev-list --all | xargs git grep "your_string" | + | git rev-list --all | [[xargs]] git grep "your_string" |
== See also == | == See also == |
Latest revision as of 04:17, 20 March 2023
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[edit]
Advertising: