chore: update gitconfig
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Rob Watson 2024-03-10 21:30:11 +01:00
parent 81a472d8d5
commit bea1775e89
1 changed files with 1 additions and 2 deletions

View File

@ -67,9 +67,7 @@
rc = rebase --continue
re = rebase
rels = !git rebase $(git branch | fzf)
rh = reset --hard
ri = rebase -i --autosquash
rils = !git rebase -i --autosquash $(git branch | fzf)
rom = !sh -c 'git fetch && git rebase origin/$(git mainbranch)'
rr = !sh -c 'git fetch && git reset --hard $(git rb)'
rv = revert
@ -85,6 +83,7 @@
sqt = merge --squash -s recursive -X theirs
ss = stash save
st = stash
stus = stash --keep-index -u
sy = !gitsha1yank -s
sum = show --stat
sshp = stash show -p