Skip to content

Instantly share code, notes, and snippets.

@gjerokrsteski
Last active December 8, 2016 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gjerokrsteski/afd126815a83468195f85da3b01bcb12 to your computer and use it in GitHub Desktop.
Save gjerokrsteski/afd126815a83468195f85da3b01bcb12 to your computer and use it in GitHub Desktop.
update submodule to branch version
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