mirror of
https://github.com/tj/git-extras.git
synced 2026-09-11 07:56:18 -04:00
add some usage notes to git-delete-submodule
This commit is contained in:
parent
68cf02be47
commit
e53bb372c1
|
|
@ -20,6 +20,7 @@ Brew:
|
|||
- git commits-since
|
||||
- git count
|
||||
- git delete-branch
|
||||
- git delete-submodule
|
||||
- git delete-tag
|
||||
- git fresh-branch
|
||||
- git graft
|
||||
|
|
@ -172,6 +173,12 @@ of commits included in the commitish:
|
|||
|
||||
$ git delete-branch integration
|
||||
|
||||
## git-delete-submodule <name>
|
||||
|
||||
Deletes submodule _name_.
|
||||
|
||||
$ git delete-submodule lib/foo
|
||||
|
||||
## git-delete-tag <name>
|
||||
|
||||
Deletes local and remote tag _name_.
|
||||
|
|
|
|||
Loading…
Reference in a new issue