Difference between revisions of "Git grep"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
  
  git grep <regexp> $([[git rev-list --all]])
+
  git grep your-text-to-search $([[git rev-list --all]])
  
  

Revision as of 04:15, 20 March 2023

git grep your-text-to-search $(git rev-list --all)


See also

Advertising: