git: Fix autostash usage for some alias

This commit is contained in:
Mathieu Maret 2021-06-29 21:45:09 +02:00
parent 846abcca9c
commit 15cd9f1f44
1 changed files with 2 additions and 2 deletions

View File

@ -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