Skip to content

Instantly share code, notes, and snippets.

@igorsobreira
Created January 27, 2012 13:30
Show Gist options
  • Save igorsobreira/1688804 to your computer and use it in GitHub Desktop.
Save igorsobreira/1688804 to your computer and use it in GitHub Desktop.
[merge]
tool = opendiff
[color]
mbranch = auto
diff = auto
interactive = auto
status = auto
[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