Skip to content

Instantly share code, notes, and snippets.

@jkpr
Created September 26, 2017 13:59
Show Gist options
  • Save jkpr/e551b28e621e1763385991167359ccd1 to your computer and use it in GitHub Desktop.
Save jkpr/e551b28e621e1763385991167359ccd1 to your computer and use it in GitHub Desktop.
Git diff commit with its parent
git diff 15dc8^!
git show 15dc8
# https://stackoverflow.com/questions/436362/how-to-diff-a-commit-with-its-parent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment