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