submodules

This commit is contained in:
Tommy Parnell
2016-02-26 07:18:35 -05:00
parent a04ef88a84
commit e7a4418a6e

View File

@@ -70,6 +70,11 @@ Remove submodule files: `git submodule deinit .`
Clone Submodule Files: `git submodule update --init --recursive` Clone Submodule Files: `git submodule update --init --recursive`
Change clone url of submodule:
* Fix the url in the `.gitmodules` file
* Commit the changes of the `.gitmodules` file
* Run `git submodule sync --recursive`
## Squishing commits ## Squishing commits