Answers for "git grep across all branches"

1

git grep across all branches

git grep "string/regexp" $(git rev-list --all)
Posted by: Guest on January-09-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language