Answers for "search git history"

0

git grep in commits

$ git log --grep=word
Posted by: Guest on October-08-2020
0

search git history

git grep <regexp> $(git rev-list --all)
Posted by: Guest on July-22-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language