From d0a9bdee19b35ca55fb0ee3cf339bbb79f8d53a5 Mon Sep 17 00:00:00 2001 From: Michael Bradley Date: Sun, 23 Feb 2025 12:00:06 -0500 Subject: [PATCH] Automatically setup upstream Git branches --- git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git/config b/git/config index 5e38320..bf1c118 100755 --- a/git/config +++ b/git/config @@ -12,6 +12,9 @@ [pull] rebase = true +[push] + autoSetupRemote = true + [commit] gpgsign = true