Remove typo aliases, add co = checkout

This commit is contained in:
Joe Block 2014-08-29 14:37:42 -07:00
parent 9fba446438
commit 0ed6dbf706
1 changed files with 1 additions and 4 deletions

View File

@ -386,18 +386,15 @@ On OS X and Linux, your git configuration file is stored in ```~/.gitconfig```.
c = commit
ca = commit --amend
ci = commit -a
co = checkout
d = diff
dc = diff --changed
dif = diff
ds = diff --staged
f = fetch
loll = log --graph --decorate --pretty=oneline --abbrev-commit
m = merge
one = log --pretty=oneline
outstanding = rebase -i @{u}
psuh = push
puhs = push
pul = pull
s = status
unpushed = log @{u}
wc = whatchanged