Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mctaylorpants/372fdd28a726ff272ce93b48f78e1fbc to your computer and use it in GitHub Desktop.
Save mctaylorpants/372fdd28a726ff272ce93b48f78e1fbc to your computer and use it in GitHub Desktop.
Git cheatsheet
### browse commit history using a regex
`git log --reverse -p -G<search term> Gemfile`
Ex: `git log --reverse -p -Gaudited Gemfile`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment