Last active
December 20, 2015 23:29
-
-
Save jlucasps/6212970 to your computer and use it in GitHub Desktop.
Digite: git lg em qualquer projeto
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
# Add this line to ~/.gitconfig | |
[alias] | |
lg = log --graph --format=format:'%C(yellow)%h%C(reset) %C(red)- %an%C(reset) - %C(white)%s%C(reset) %C(bold yellow)%d%C(reset) %C(green)(%ar)%C(reset)' --abbrev-commit --date=short | |
# via https://gist.github.com/fernandopso |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment