From ac6a09238edb70ea4cb95cd83e815c26433c3363 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 4 Nov 2022 10:15:00 +0530 Subject: [PATCH] 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 --- git/.gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/git/.gitconfig b/git/.gitconfig index 8c3a206..c502e9a 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -35,6 +35,7 @@ [rebase] autosquash = true autoStash = true + updateRefs = true [commit] verbose = true [pull]