mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Although Github reserves the 'visionmedia' user space(a visit to there will be redirected to 'tj'), it's better to rename the links from visionmedia/git-extras to tj/git-extras
31 lines
471 B
Markdown
31 lines
471 B
Markdown
git-delete-submodule(1) -- Delete submodules
|
|
============================================
|
|
|
|
## 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
|
|
|
|
<<https://github.com/tj/git-extras/issues>>
|
|
|
|
## SEE ALSO
|
|
|
|
<<https://github.com/tj/git-extras>>
|