Skip to content

Commit

Permalink
Merge pull request #3 from blooop/feature/update_script
Browse files Browse the repository at this point in the history
fix update script
  • Loading branch information
blooop authored Oct 8, 2024
2 parents 5a3425f + 7cdc557 commit 1f368b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/update_from_template.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1f368b7

Please sign in to comment.