From: Simon Ruderich Date: Wed, 26 Feb 2025 09:21:14 +0000 (+0100) Subject: vcs: gitconfig: set push.autoSetupRemote X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=ce3b6709444867133c5f411ace75803c580599c4;p=config%2Fdotfiles.git vcs: gitconfig: set push.autoSetupRemote --- 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