Created
March 6, 2015 18:24
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 checkout master | |
git submodule update | |
git checkout YOUR_BRANCH | |
git add NAME_OF_SUBMODULE_DIRECTORY | |
git commit -m 'MESSAGE' | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment