Skip to content

Instantly share code, notes, and snippets.

@MosesMendoza
Created June 27, 2013 18:34
Show Gist options
  • Save MosesMendoza/5879113 to your computer and use it in GitHub Desktop.
Save MosesMendoza/5879113 to your computer and use it in GitHub Desktop.
[color]
diff = auto
status = auto
branch = auto
ui = auto
[alias]
st = status
co = checkout
br = branch
who = shortlog --no-merges --format='%h %s'
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
merge = merge --no-edit
cm = commit
cp = cherry-pick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment