Skip to content

Instantly share code, notes, and snippets.

@jtbonhomme
Created June 21, 2017 12:11
Show Gist options
  • Save jtbonhomme/1e608e1cd5f093f7b46b316f3c902f70 to your computer and use it in GitHub Desktop.
Save jtbonhomme/1e608e1cd5f093f7b46b316f3c902f70 to your computer and use it in GitHub Desktop.
Git cheat sheet
# Show file modified since a specific commit:
git log --name-only --pretty=oneline --full-index 64b7d1ead..HEAD | grep -vE '^[0-9a-f]{40} ' | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment