Created
June 21, 2017 12:11
-
-
Save jtbonhomme/1e608e1cd5f093f7b46b316f3c902f70 to your computer and use it in GitHub Desktop.
Git cheat sheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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