Created
April 20, 2021 16:38
-
-
Save amatiash/70d54749451be14580e13756b586938c to your computer and use it in GitHub Desktop.
Git remove submodule completely
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
git submodule deinit -f page-editor | |
rm -rf .git/modules/page-editor | |
git rm -f page-editor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Source: https://stackoverflow.com/a/36593218/4346236