Skip to content

Instantly share code, notes, and snippets.

@olegokunevych
Created February 8, 2014 09:30
Show Gist options
  • Save olegokunevych/8880162 to your computer and use it in GitHub Desktop.
Save olegokunevych/8880162 to your computer and use it in GitHub Desktop.
#source: https://ochronus.com/git-tips-from-the-trenches/
$ git rev-list --all | xargs git grep '<YOUR REGEX>'
$ git rev-list --all | xargs git grep -F '<YOUR STRING>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment