Skip to content

Commit

Permalink
remove global
Browse files Browse the repository at this point in the history
  • Loading branch information
blooop committed Nov 2, 2024
1 parent 1a20cdb commit 6cdd789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_from_python_template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#THIS IS USED TO UPDATE THIS TEMPLATE FROM THE MAIN PYTHON TEMPLATE https://github.com/blooop/python_template. YOU SHOULD NOT NEED TO USE THIS, PLEASE USE update_from_template.sh INSTEAD IF YOU WANT TO PULL UPDATES FROM TEMPLATE_ROCKER

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
Expand Down

0 comments on commit 6cdd789

Please sign in to comment.