Skip to content

Instantly share code, notes, and snippets.

@amatiash
Created April 20, 2021 16:38
Show Gist options
  • Save amatiash/70d54749451be14580e13756b586938c to your computer and use it in GitHub Desktop.
Save amatiash/70d54749451be14580e13756b586938c to your computer and use it in GitHub Desktop.
Git remove submodule completely
git submodule deinit -f page-editor
rm -rf .git/modules/page-editor
git rm -f page-editor
@amatiash
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment