Skip to content

Instantly share code, notes, and snippets.

@igorsobreira
Created January 25, 2012 18:27
Show Gist options
  • Save igorsobreira/1677745 to your computer and use it in GitHub Desktop.
Save igorsobreira/1677745 to your computer and use it in GitHub Desktop.
[alias]
st = status --short
cm = commit -m
llg = log --graph --color --decorate --date-order
lg = log --graph --color --pretty='format:%C(yellow)%h%C(cyan)%d %Creset%s %C(blue)%an, %ar' --date-order
lga = log --graph --color --pretty='format:%C(yellow)%h%C(cyan)%d %Creset%s %C(blue)%an, %ar' --date-order --all
co = checkout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment