Last active
March 23, 2020 16:02
-
-
Save ssmythe/0dc9fd40d848171b37d4f2fbcb6d3ae3 to your computer and use it in GitHub Desktop.
Handy git log oneliner alias to show pretty graphs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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