Do not update refs when rebasing.

This commit is contained in:
Tom Alexander
2025-08-06 22:23:16 -04:00
parent 03ae8d3b0a
commit dde8be4d9f
2 changed files with 15 additions and 4 deletions

View File

@@ -50,4 +50,5 @@
[rebase]
autoSquash = true
autoStash = true
updateRefs = true
# updateRefs was annoying when you want to split a branch in two by rebasing away from commits from one branch and rebasing away some commits from another branch.
updateRefs = false