From 26eac32ae535278429e848001eb6cb856ecce518 Mon Sep 17 00:00:00 2001 From: Austin Gregg-Smith Date: Sat, 2 Nov 2024 11:48:13 +0000 Subject: [PATCH] remove git global config command --- scripts/update_from_template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_from_template.sh b/scripts/update_from_template.sh index ebcf97d..67ca361 100755 --- a/scripts/update_from_template.sh +++ b/scripts/update_from_template.sh @@ -1,6 +1,6 @@ #! /bin/bash -git config --global pull.rebase false +git config pull.rebase false git remote add template https://github.com/blooop/python_template.git git fetch --all git checkout main && git pull origin main