Skip to content

Instantly share code, notes, and snippets.

@ubermichael
Created January 14, 2020 20:09
Show Gist options
  • Save ubermichael/eb5d2c6bd3c3882eaf5f0344c041be76 to your computer and use it in GitHub Desktop.
Save ubermichael/eb5d2c6bd3c3882eaf5f0344c041be76 to your computer and use it in GitHub Desktop.
git submodule deinit -f path/to/submodule
rm -rf .git/modules/path/to/submodule
git rm -f path/to/submodule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment