Skip to content

Instantly share code, notes, and snippets.

@lepht
Created August 16, 2013 20:25
Show Gist options
  • Save lepht/6253249 to your computer and use it in GitHub Desktop.
Save lepht/6253249 to your computer and use it in GitHub Desktop.
adds an alias for `git diffc [refspec]` that will show the changes made by a particular commit.
git config alias.diffc "log -u -1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment