Created
October 29, 2015 17:26
-
-
Save guillermoroblesjr/979ac4d2ac572f799eb0 to your computer and use it in GitHub Desktop.
Git view commit history and the diff's of the commits
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
# Git view commit history and the diff's of the commits. | |
# Will show you the same content as "git log" plus the diff of the | |
# changes in that commit. | |
git whatchanged -p |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment