Skip to content

Instantly share code, notes, and snippets.

@kdeloach
Created May 27, 2015 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kdeloach/5e10a353053bd83a2c7b to your computer and use it in GitHub Desktop.
Save kdeloach/5e10a353053bd83a2c7b to your computer and use it in GitHub Desktop.
[alias]
co = checkout
st = status
ll = status
l = status
cm = commit
amm = commit --amend -C HEAD
pf = push origin HEAD -f
br = branch
a = add
lg = log --pretty=format:\"%C(yellow)%h%Creset %C(dim)%d%Creset %s %C(dim)%ad%Creset %C(dim)<%an>%Creset\" --date=relative --graph
p = add --patch
dc = diff --cached
rb = rebase
f = fetch
[color]
ui = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment