Created
August 16, 2013 20:25
-
-
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.
This file contains 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
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