Using Git, how could I search within all files in all local branches for a given string?
GitHub specific: is it possible to perform the above search across all GitHu
You can try this:
git log -Sxxxx # Search all commits git log -Sxxxx --branches[=] # Search branches