From 446ec9265590b64104fc8c5686919188588dba8f Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Mon, 18 Mar 2024 15:11:02 -0400 Subject: [PATCH] fetch from all --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 2a9cabf..ef72670 100644 --- a/.gitconfig +++ b/.gitconfig @@ -26,3 +26,5 @@ keepBackup = false [mergetool "nvim"] cmd = nvim -d $LOCAL $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J' +[fetch] + all = true