git-delete-submodule - Man Page
Delete submodules
Examples (TL;DR)
- Delete a specific submodule:
git delete-submodule path/to/submodule
Synopsis
git-delete-submodule <path>
Description
Options
<path>
The path of the submodule to delete.
Examples
$ git delete-submodule lib/foo
Author
Written by Jonhnny Weslley <jw@jonhnnyweslley.net>
Reporting Bugs
See Also
Referenced By
April 2018 Git Extras