From 112d12c09492a6ccc8c96080c3fdcafcf13ee50c Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 12 Mar 2024 12:05:17 +0000 Subject: [PATCH] git: set updateRefs to update all branches during rebase --- git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/git/config b/git/config index 9e82d98..04367fe 100644 --- a/git/config +++ b/git/config @@ -33,6 +33,7 @@ autostash = true autosquash = true stat = true + updateRefs = true [status] submodulesummary = true [rerere] -- 2.48.1