gitconfig: add revert aliases

This commit is contained in:
Rob Watson 2021-07-28 09:16:32 +02:00
parent 4783293a3d
commit daa8beedbb
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@
rh = reset --hard
rom = !sh -c 'git fetch && git rebase origin/master'
rr = !sh -c 'git fetch && git reset --hard $(git rb)'
rv = revert
rvh = revert HEAD
rvnh = revert -n HEAD
s = status
shp = show -p
sl = stash list