From 9dcf90c0bff94908e31f7e7d09cabf77534f9ed2 Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Sun, 19 Nov 2023 21:44:14 -0500 Subject: [PATCH] git: add push options --- git/.config/git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git/.config/git/config b/git/.config/git/config index 43959dc..7eb2e90 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -3,3 +3,6 @@ [user] name = Jason Swank email = jswank@ +[push] + autoSetupRemote = true + default = current