Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 213 Bytes

File metadata and controls

9 lines (6 loc) · 213 Bytes

Git delete sub-module

Back{: .button}

If the name of your submodule is a/submodule

  • git submodule deinit -f -- a/submodule
  • rm -rf .git/submodules/a/submodule
  • git rm -f a/submodule