Skip to content

Instantly share code, notes, and snippets.

@michalczukm
Created November 4, 2014 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michalczukm/cac20e0902d628165154 to your computer and use it in GitHub Desktop.
Save michalczukm/cac20e0902d628165154 to your computer and use it in GitHub Desktop.
Fancy search for commit in Git
git rev-list --all --grep="\.js" -v --oneline
// f.e. we found 8fe3195
git show 8fe3195 --name-only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment