Skip to content

Instantly share code, notes, and snippets.

@guillermoroblesjr
Created October 29, 2015 17:26
Show Gist options
  • Save guillermoroblesjr/979ac4d2ac572f799eb0 to your computer and use it in GitHub Desktop.
Save guillermoroblesjr/979ac4d2ac572f799eb0 to your computer and use it in GitHub Desktop.
Git view commit history and the diff's of the commits
# 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