Skip to content

Instantly share code, notes, and snippets.

@nowk
Created November 13, 2012 19:26
Show Gist options
  • Save nowk/4067828 to your computer and use it in GitHub Desktop.
Save nowk/4067828 to your computer and use it in GitHub Desktop.
Git log graph
git log --graph --decorate --pretty=oneline --abbrev-commit --all
[alias]
logg = log --graph --decorate --pretty=oneline --abbrev-commit --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment