Last active
December 8, 2016 09:28
-
-
Save gjerokrsteski/afd126815a83468195f85da3b01bcb12 to your computer and use it in GitHub Desktop.
update submodule to branch version
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
cd pimf-framework/ && \ | |
git fetch --tags && \ | |
git checkout v1.10.0 && \ | |
cd .. && \ | |
git add pimf-framework/ && \ | |
git commit -m "moved submodule to v1.10.0" && \ | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment