Created
February 28, 2015 00:32
-
-
Save rberrelleza/06b21328a1db5379ff5e 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
| cd submodule_directory | |
| git checkout v1.0 | |
| cd .. | |
| git add submodule_directory | |
| git commit -m "moved submodule to v1.0" | |
| git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment