Skip to content

Commit

Permalink
chore: submodule update script
Browse files Browse the repository at this point in the history
  • Loading branch information
andychucs committed Dec 23, 2024
1 parent 4640e66 commit ab5b1ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions update_submodule.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash

git submodule update --remote

git submodule foreach --recursive '
git checkout master
git fetch origin
git rebase origin/master
'

0 comments on commit ab5b1ae

Please sign in to comment.