1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-09 00:53:24 +02:00

git-delete-submodule: add page (#8553)

This commit is contained in:
CleanMachine1 2022-10-02 06:20:16 +00:00 committed by GitHub
parent 8f80f07ff1
commit 1e5d2a4d1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}`