From 7d71ec676afe0bd622069c385e8c5e0df87c2f58 Mon Sep 17 00:00:00 2001 From: caseytomlin Date: Thu, 9 Jan 2025 16:24:54 +0000 Subject: [PATCH] autoset remote --- dot_config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_config/git/config b/dot_config/git/config index 66e3cea..48a6953 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -34,3 +34,5 @@ gpgsign = false [url "git@github.com:"] insteadOf = "https://github.com/" +[push] + autoSetupRemote = true