From f34d38bb1422247a4258fbd4216616c647eb3efb Mon Sep 17 00:00:00 2001 From: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com> Date: Tue, 10 Mar 2026 19:28:18 -0400 Subject: [PATCH] fix: enable updateRefs and fetch properties in gitconfig Signed-off-by: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com> --- .gitconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index d2e6202..b03c6b7 100644 --- a/.gitconfig +++ b/.gitconfig @@ -140,4 +140,8 @@ [safe] directory = * -# vim: set commentstring=#\ %s: \ No newline at end of file +# vim: set commentstring=#\ %s: +[rebase] + updateRefs = true +[remote "origin"] + fetch = +refs/heads/*:refs/remotes/origin/*