mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-03-11 13:18:50 -03:00
Remove typo aliases, add co = checkout
This commit is contained in:
parent
9fba446438
commit
0ed6dbf706
@ -386,18 +386,15 @@ On OS X and Linux, your git configuration file is stored in ```~/.gitconfig```.
|
|||||||
c = commit
|
c = commit
|
||||||
ca = commit --amend
|
ca = commit --amend
|
||||||
ci = commit -a
|
ci = commit -a
|
||||||
|
co = checkout
|
||||||
d = diff
|
d = diff
|
||||||
dc = diff --changed
|
dc = diff --changed
|
||||||
dif = diff
|
|
||||||
ds = diff --staged
|
ds = diff --staged
|
||||||
f = fetch
|
f = fetch
|
||||||
loll = log --graph --decorate --pretty=oneline --abbrev-commit
|
loll = log --graph --decorate --pretty=oneline --abbrev-commit
|
||||||
m = merge
|
m = merge
|
||||||
one = log --pretty=oneline
|
one = log --pretty=oneline
|
||||||
outstanding = rebase -i @{u}
|
outstanding = rebase -i @{u}
|
||||||
psuh = push
|
|
||||||
puhs = push
|
|
||||||
pul = pull
|
|
||||||
s = status
|
s = status
|
||||||
unpushed = log @{u}
|
unpushed = log @{u}
|
||||||
wc = whatchanged
|
wc = whatchanged
|
||||||
|
Loading…
x
Reference in New Issue
Block a user