Skip to content

Instantly share code, notes, and snippets.

@davidallsopp
Created January 17, 2014 09:33
Show Gist options
  • Save davidallsopp/8470634 to your computer and use it in GitHub Desktop.
Save davidallsopp/8470634 to your computer and use it in GitHub Desktop.
Some useful git log aliases. Put into ~/.gitconfig in the [alias] section
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
lolan = log --graph --decorate --pretty=oneline --abbrev-commit --all --show-notes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment