From bf3b4c15f999f1f70777eb67f0e3751f67802a00 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Mon, 10 Aug 2026 13:04:36 +0200 Subject: git: Remote branches werden automatisch angelegt. Danke an Alex! --- git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git/config b/git/config index 4f95290..411b924 100644 --- a/git/config +++ b/git/config @@ -10,6 +10,9 @@ [init] defaultBranch = master +[push] + autoSetupRemote = true + [core] pager = delta autocrlf = false -- cgit v1.3