Skip to content

Instantly share code, notes, and snippets.

@buzzySmile
Last active December 25, 2020 17:00
Show Gist options
  • Save buzzySmile/9a204e1e251a05b10a81a29b0023f28c to your computer and use it in GitHub Desktop.
Save buzzySmile/9a204e1e251a05b10a81a29b0023f28c to your computer and use it in GitHub Desktop.
How to remove git submodule

git submodule deinit <path_to_submodule>

git rm <path_to_submodule>

git commit-m "Remove submodule"

rm -rf .git/modules/<path_to_submodule>

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