Skip to content

Instantly share code, notes, and snippets.

@carlesloriente
Last active February 8, 2024 01:07
Show Gist options
  • Save carlesloriente/dfe339351c15ba784428d5a993f29f19 to your computer and use it in GitHub Desktop.
Save carlesloriente/dfe339351c15ba784428d5a993f29f19 to your computer and use it in GitHub Desktop.
Delete submodule Git
git submodule deinit -f -- a/submodule
rm -rf .git/modules/a/submodule
git rm -f a/submodule
@carlesloriente
Copy link
Author

carlesloriente commented Jan 5, 2020

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