diff --git a/scripts/update_from_template.sh b/scripts/update_from_template.sh index ebcf97d..b0cbb7f 100755 --- a/scripts/update_from_template.sh +++ b/scripts/update_from_template.sh @@ -1,7 +1,9 @@ #! /bin/bash +#THIS IS THE CORRECT TEMPLATE UPDATE SCRIPT, NOT update_from_python_template.sh + git config --global pull.rebase false -git remote add template https://github.com/blooop/python_template.git +git remote add template https://github.com/blooop/template_rocker.git git fetch --all git checkout main && git pull origin main git checkout -B feature/update_from_template; git pull