From 3ed56800b43a535c6c8e831af061570636eb29be Mon Sep 17 00:00:00 2001 From: Jedrzej Orbik Date: Wed, 23 Oct 2024 23:13:36 +0200 Subject: [PATCH] Don't add always the autoSetupRemote config --- scripts/set_up_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/set_up_common.sh b/scripts/set_up_common.sh index fa0a385..f0a98de 100755 --- a/scripts/set_up_common.sh +++ b/scripts/set_up_common.sh @@ -15,7 +15,7 @@ else fi # auto setup remote for new branches -git config --global --add --bool push.autoSetupRemote true +git config --global --bool push.autoSetupRemote true # always rebase on pull git config --global pull.rebase true