Skip to content

Instantly share code, notes, and snippets.

@rymawby
Created December 17, 2015 11:04
Show Gist options
  • Save rymawby/8fb0f40f93050fa3ac5b to your computer and use it in GitHub Desktop.
Save rymawby/8fb0f40f93050fa3ac5b to your computer and use it in GitHub Desktop.
Search all branches/revisions for string or regex
git grep "search string or regex" $(git rev-list --all)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment