From 7f399506b81327198e49d2b873cc0a45e88a27d8 Mon Sep 17 00:00:00 2001 From: Starfall Date: Wed, 22 May 2024 10:09:52 -0500 Subject: git: enable push.autoSetupRemote --- .config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/git/config b/.config/git/config index 8e3681d..e1a2122 100644 --- a/.config/git/config +++ b/.config/git/config @@ -10,6 +10,8 @@ mailmap = true [pull] rebase = true +[push] + autoSetupRemote = true [rebase] autosquash = true [alias] -- cgit