config/git: Update aliases
This commit is contained in:
parent
4fcc882ff1
commit
be98ad9d1b
|
@ -73,7 +73,8 @@
|
||||||
dir = !git root | sed 's/$/\\/.git/' | grep --color=never "/" # grep ensures a proper exit status on fail
|
dir = !git root | sed 's/$/\\/.git/' | grep --color=never "/" # grep ensures a proper exit status on fail
|
||||||
upstream = !git rev-parse --abbrev-ref --symbolic-full-name @{u} || echo origin/$(git curbranch)
|
upstream = !git rev-parse --abbrev-ref --symbolic-full-name @{u} || echo origin/$(git curbranch)
|
||||||
|
|
||||||
c = commit
|
ap = add -p
|
||||||
|
c = commit -v
|
||||||
co = checkout
|
co = checkout
|
||||||
cp = cherry-pick
|
cp = cherry-pick
|
||||||
p = push
|
p = push
|
||||||
|
|
Loading…
Reference in New Issue