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:
parent
80b5fa04fb
commit
ac6a09238e
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
[rebase]
|
||||
autosquash = true
|
||||
autoStash = true
|
||||
updateRefs = true
|
||||
[commit]
|
||||
verbose = true
|
||||
[pull]
|
||||
|
|
Loading…
Reference in a new issue