Created
September 23, 2016 12:21
-
-
Save gjerokrsteski/0693c63a2fbb9897974da11b753c5873 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git submodule --quiet sync && | |
git submodule --quiet update --force --init --recursive && | |
git submodule foreach git pull --force origin master && | |
cd pimf-framework/ && | |
git checkout -f v1.9.0 && | |
cd .. && | |
git add pimf-framework && | |
git commit -m "use submoduile at tag v1.9.0" && | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment