git: Enable updateRefs by default for rebase

The feature is explained here
https://github.blog/2022-10-03-highlights-from-git-2-38/#rebase-dependent-branches-with-update-refs
This commit is contained in:
Sanchayan Maity 2022-11-04 10:15:00 +05:30
parent 80b5fa04fb
commit ac6a09238e
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
[rebase]
autosquash = true
autoStash = true
updateRefs = true
[commit]
verbose = true
[pull]