Created
January 5, 2012 01:07
-
Star
(146)
You must be signed in to star a gist -
Fork
(12)
You must be signed in to fork a gist
-
-
Save kyleturner/1563153 to your computer and use it in GitHub Desktop.
How to remove a submodule from a Github project
This file contains 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
To remove a submodule you need to: | |
Delete the relevant line from the .gitmodules file. | |
Delete the relevant section from .git/config. | |
Run git rm --cached path_to_submodule (no trailing slash). | |
Commit and delete the now untracked submodule files. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jfmercer only 2nd on Bing's index because bing sucks