Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- git pull
- git submodule update --recursive
- cd submodule1 && git checkout master && cd ..
- cd submodule2 && git checkout master && cd ..
- cd submodule3 && git checkout master && cd ..
- cd submodule4 && git checkout develop && cd ..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement