Created
April 12, 2017 16:30
-
-
Save hugollm/4ccfc0cc838d3adc5d3bbf0b2840206b to your computer and use it in GitHub Desktop.
Alias for a good git log, shown as graph
This file contains hidden or 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.l "log --graph --abbrev-commit --decorate --format=format:'%C(blue)%h%C(reset) %C(white)%s%C(reset) %C(dim white)- %an [%ar]%C(reset)%C(cyan)%d%C(reset)' --all" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment