Apply git autoStash not only on merge but also on rebase

This commit is contained in:
2025-01-06 15:21:12 +01:00
parent 0450376210
commit e6f87805c7

View File

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