From 7dc024d7c49609ab06c9a8216a7db64cf8ce1bbf Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Tue, 4 Oct 2022 08:33:58 -0400 Subject: [PATCH] Always update refs on rebase [git 2.38] --- git/gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/gitconfig b/git/gitconfig index 9d8f0b8..ee3d9e1 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -37,3 +37,5 @@ autoCorrect = prompt [diff] external = difft +[rebase] + updateRefs = true