Skip to content

Instantly share code, notes, and snippets.

@jlucasps
Last active December 20, 2015 23:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlucasps/6212970 to your computer and use it in GitHub Desktop.
Save jlucasps/6212970 to your computer and use it in GitHub Desktop.
Digite: git lg em qualquer projeto
# 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