Skip to content

Commit

Permalink
Tweak sync.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Feb 20, 2018
1 parent 3d6c139 commit 432587b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ BRANCH='3.4'
echo ">>>> Checkout branch $BRANCH"
git checkout $BRANCH
git submodule init
git submodule foreach git reset --hard HEAD
git submodule foreach git checkout $BRANCH
git submodule update --remote

0 comments on commit 432587b

Please sign in to comment.