Skip to content

Instantly share code, notes, and snippets.

@gjerokrsteski
Created September 23, 2016 12:21
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/0693c63a2fbb9897974da11b753c5873 to your computer and use it in GitHub Desktop.
Save gjerokrsteski/0693c63a2fbb9897974da11b753c5873 to your computer and use it in GitHub Desktop.
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