From e0f5217ea6757a76576acd217d5b3ff5623464cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 13 Feb 2023 10:24:53 +0100 Subject: gitconfig: set default remote to origin explicitly --- gitconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gitconfig') diff --git a/gitconfig b/gitconfig index cb86bf7..45736a3 100644 --- a/gitconfig +++ b/gitconfig @@ -5,6 +5,8 @@ [core] editor = vim excludesfile = /home/cynerd/.gitignore +[checkout] + defaultRemote=origin [fetch] recurseSubmodules = true parallel = 8 -- cgit v1.2.3