Skip to content

Instantly share code, notes, and snippets.

Created December 19, 2012 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/4336519 to your computer and use it in GitHub Desktop.
Save anonymous/4336519 to your computer and use it in GitHub Desktop.
git log alias
[alias]
st = status
lg = log --graph --all --format=format:'%C(blue)%h%C(reset) - %C(cyan)%aD%C(reset) %C(green)(%ar)%C(reset)%C(yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(white)%G—%@ %an%C(reset)' --abbrev-commit
[color]
ui = auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment