Difference between revisions of "Git rev-list --all"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
− | <code>[[git rev-list]] --all</code> | + | * <code>[[git rev-list]] --all</code> |
− | + | * <code>[[git rev-list]] --all --branches</code> | |
− | <code>[[git rev-list]] --all --branches</code> | + | * <code>[[git grep]] "your_string" $(git rev-list --all)</code> |
− | |||
== See also == | == See also == |
Revision as of 04:14, 20 March 2023
git rev-list --all
git rev-list --all --branches
git grep "your_string" $(git rev-list --all)
See also
Advertising: