I need to find a string, that corresponds to regex, in the whole git repository. Can i achive that using git tool? Thanks
Asked
Active
Viewed 142 times
2 Answers
0
You can use the git rev-list command to search through the repo. If you want to search based on commit message use the - - grep option. https://git-scm.com/docs/git-rev-list

ssc327
- 690
- 1
- 9
- 19