Skip to content

Instantly share code, notes, and snippets.

@ssmythe
Last active March 23, 2020 16:02
Show Gist options
  • Save ssmythe/0dc9fd40d848171b37d4f2fbcb6d3ae3 to your computer and use it in GitHub Desktop.
Save ssmythe/0dc9fd40d848171b37d4f2fbcb6d3ae3 to your computer and use it in GitHub Desktop.
Handy git log oneliner alias to show pretty graphs
git config --global alias.lga "log --graph --oneline --all --decorate"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment