Created
February 9, 2015 18:05
-
-
Save itayw/0ed41acc06bb481688b4 to your computer and use it in GitHub Desktop.
re add submodule
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 ls-files --stage wiki | |
160000 5a7f18e56b951d94d087887a678c3b6654def187 0 wiki | |
$ git rm --cached wiki | |
rm 'wiki' | |
$ git submodule add https://github.com/joola/joola.wiki.git wiki | |
Adding existing repo at 'wiki' to the index |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment