Skip to content

Commit

Permalink
Update blueprint update script
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Feb 26, 2024
1 parent 7712906 commit 5073b8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/update
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ cd "${ROOT}"

if git branch -r | grep -q "blueprint/dev" ; then
git fetch blueprint dev
elif git branch -r | grep -q "blueprint/develop" ; then
git fetch blueprint develop
elif git branch -r | grep -q "blueprint/master" ; then
git fetch blueprint master
elif git branch -r | grep -q "blueprint/main" ; then
git fetch blueprint main
fi

git fetch
Expand Down

0 comments on commit 5073b8e

Please sign in to comment.