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