From ce3b6709444867133c5f411ace75803c580599c4 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 26 Feb 2025 10:21:14 +0100 Subject: [PATCH] vcs: gitconfig: set push.autoSetupRemote --- vcs/gitconfig.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vcs/gitconfig.in b/vcs/gitconfig.in index 2378453..3f4b3a8 100644 --- a/vcs/gitconfig.in +++ b/vcs/gitconfig.in @@ -247,6 +247,8 @@ # branch, see man page git-config(1) for details. Default since Git # 2.0. default = simple + # Assume --set-upstream when pushing and no upstream tracking exists. + autoSetupRemote = true # Push missing tags which are reachable from pushed refs. followTags = true -- 2.49.1