fix: enable updateRefs and fetch properties in gitconfig

Signed-off-by: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com>
This commit is contained in:
Anthony Oteri
2026-03-10 19:28:18 -04:00
parent 789a48ecc4
commit f34d38bb14
+4
View File
@@ -141,3 +141,7 @@
directory = * directory = *
# vim: set commentstring=#\ %s: # vim: set commentstring=#\ %s:
[rebase]
updateRefs = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*