Skip to content

Instantly share code, notes, and snippets.

@mrmike
Created November 13, 2014 07:27
Show Gist options
  • Save mrmike/1b2c57638cf9f49f8652 to your computer and use it in GitHub Desktop.
Save mrmike/1b2c57638cf9f49f8652 to your computer and use it in GitHub Desktop.
Git lg alias
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
co = checkout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment