Skip to content

Commit

Permalink
fixed pull.sh for missing master branch in submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
saturngod committed Mar 9, 2016
1 parent a71ccc3 commit 8f72209
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ git fetch --all
git pull origin master
git submodule init
git submodule update
git submodule foreach git pull origin master
git submodule foreach git fetch
git submodule foreach git checkout master

0 comments on commit 8f72209

Please sign in to comment.