Skip to content

Instantly share code, notes, and snippets.

@Om4ar
Forked from u840903/git-submodules.md
Created April 28, 2020 11:52
Show Gist options
  • Save Om4ar/2d558228271c177e1ce4df4af093daec to your computer and use it in GitHub Desktop.
Save Om4ar/2d558228271c177e1ce4df4af093daec to your computer and use it in GitHub Desktop.
Github Submodule Cheat Sheet

Remove Submodule

git submodule deinit
git rm

git submodule deinit components/submodule
git rm components/submodule

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