Difference between revisions of "Git grep"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | [[git --no-pager]] grep your-text-to-search $([[git rev-list --all]]) | ||
git grep your-text-to-search $([[git rev-list --all]]) | git grep your-text-to-search $([[git rev-list --all]]) | ||
Revision as of 08:35, 28 March 2023
git --no-pager grep your-text-to-search $(git rev-list --all) git grep your-text-to-search $(git rev-list --all)
Related
git log -p --all -S
See also
Advertising: