mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
git-delete-submodule: add page (#8553)
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
# git delete-submodule
|
||||
|
||||
> Delete a specific submodule from a `git` repository.
|
||||
> Part of `git-extras`.
|
||||
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-delete-submodule>.
|
||||
|
||||
- Delete a specific submodule:
|
||||
|
||||
`git delete-submodule {{path/to/submodule}}`
|
||||
Reference in New Issue
Block a user