From 8ce30925290e0e5c7ebbe6d68b12ad8aa5a6ab09 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 13 Jul 2022 16:27:22 -0400 Subject: Set push.autoSetupRemote --- home/.config/git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/.config/git/config b/home/.config/git/config index 1a6d5ce1..b4c5d97f 100644 --- a/home/.config/git/config +++ b/home/.config/git/config @@ -12,6 +12,9 @@ [merge] conflictStyle = diff3 +[push] + autoSetupRemote = true + [pull] rebase = true -- cgit 1.4.1