git: Fix autostash usage for some alias
This commit is contained in:
parent
846abcca9c
commit
15cd9f1f44
@ -64,8 +64,8 @@
|
||||
code-changes = "!git log --format=format: --name-only | egrep -v '^$' | sort | uniq -c | sort -rg | head -10"
|
||||
cc = "!git code-changes"
|
||||
fixup = "commit --fixup"
|
||||
ri = "rebase -i --autosquash"
|
||||
up = pull --rebase
|
||||
ri = "rebase -i --autostash"
|
||||
up = pull --rebase --autostash
|
||||
[branch]
|
||||
#New branch track remote
|
||||
#autosetupmerge = always
|
||||
|
Loading…
Reference in New Issue
Block a user