Apply git autoStash not only on merge but also on rebase
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
[mergetool]
|
||||
# I don't need the backups of a merge
|
||||
keepBackup = false
|
||||
[rebase]
|
||||
# stash changes before merging remote changes this is very handy in conjunction with "pull.rebase=true"
|
||||
autoStash = true
|
||||
[merge]
|
||||
# stash changes before merging remote changes this is very handy in conjunction with "pull.rebase=true"
|
||||
autoStash = true
|
||||
|
||||
Reference in New Issue
Block a user