From 4d818cd32baff0dd8cec07a5c15d40203fe27eeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Tue, 5 Nov 2024 22:45:39 +0100 Subject: [PATCH] git: Automatically set up tracking --- git/gitconfig.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/git/gitconfig.j2 b/git/gitconfig.j2 index 7f492f0..3b54c0c 100644 --- a/git/gitconfig.j2 +++ b/git/gitconfig.j2 @@ -80,6 +80,7 @@ ui = auto [push] default = simple + autoSetupRemote = true [merge] conflictstyle = diff3 [gc]