From e7a4418a6e09115adbbe56ebfc127a3bbf8540ef Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Fri, 26 Feb 2016 07:18:35 -0500 Subject: [PATCH] submodules --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 030ea78..48cf1b6 100644 --- a/readme.md +++ b/readme.md @@ -70,6 +70,11 @@ Remove submodule files: `git submodule deinit .` 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