config/git: Update aliases

This commit is contained in:
xerus2000 2020-10-03 11:37:54 +02:00
parent 4fcc882ff1
commit be98ad9d1b
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@
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)
c = commit
ap = add -p
c = commit -v
co = checkout
cp = cherry-pick
p = push