mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
10 lines
269 B
Markdown
10 lines
269 B
Markdown
# git delete-submodule
|
|
|
|
> Delete a submodule from a Git repository.
|
|
> Part of `git-extras`.
|
|
> More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-delete-submodule>.
|
|
|
|
- Delete a specific submodule:
|
|
|
|
`git delete-submodule {{path/to/submodule}}`
|