Skip to content

Instantly share code, notes, and snippets.

@jeserkin
Created October 22, 2012 22:58
Show Gist options
  • Save jeserkin/3935273 to your computer and use it in GitHub Desktop.
Save jeserkin/3935273 to your computer and use it in GitHub Desktop.
Pretty git log
git log -p --format="Author: %aN%nDate: %ci%n%n%s%n%nCommit hash: %H%nTree hash: %T%n Parent hashes: %P" --graph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment