chore: update gitconfig
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
81a472d8d5
commit
bea1775e89
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue