From e637aba535f56898bccf5aa84a8649834e296f78 Mon Sep 17 00:00:00 2001 From: Mira Date: Sun, 15 Oct 2023 19:35:26 -0400 Subject: [PATCH] add autosetupremote --- private_dot_config/git/executable_config.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/private_dot_config/git/executable_config.tmpl b/private_dot_config/git/executable_config.tmpl index 405d560..472fb8b 100644 --- a/private_dot_config/git/executable_config.tmpl +++ b/private_dot_config/git/executable_config.tmpl @@ -49,4 +49,7 @@ abbrevCommit = true [rerere] autoupdate = true -enabled = true \ No newline at end of file +enabled = true + +[push] +autoSetupRemote = true \ No newline at end of file