Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save VictorQueiroz/5ca05e02dc9fc3db5a8d7fbbf68d2a42 to your computer and use it in GitHub Desktop.
Save VictorQueiroz/5ca05e02dc9fc3db5a8d7fbbf68d2a42 to your computer and use it in GitHub Desktop.
Matching patterns in all commit diffs
git rev-list --all | xargs git grep "pattern"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment