Skip to content

Instantly share code, notes, and snippets.

@VRMink
Created November 20, 2013 10:53
Show Gist options
  • Save VRMink/7561268 to your computer and use it in GitHub Desktop.
Save VRMink/7561268 to your computer and use it in GitHub Desktop.
Search your whole git branch, for one phrase
git filter-branch --tree-filter "grep -R PHRASE * | cat $1" HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment