Created
October 8, 2018 08:07
-
-
Save YukiNagato/87388765ba315449b4a63ab38a51adeb 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
| 1) Edit the .gitmodules file, and change the URL for the submodules which changed. | |
| 2) In your source tree’s root run: | |
| user@host:/path/to/repo$ git submodule sync | |
| 3) Then run git init to update the project’s repository configuration with the new URLs: | |
| user@host:/path/to/repo$ git submodule init |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment