hub-submodule(1) -- 为 Github 存储库添加 Git 子模块.
命令简介
hub submodule add [-p][<options>] [<USER>/]<REPOSITORY> <DES- TINATION>
例子
$ hub submodule add jingweno/gh vendor/gh
> git submodule add git://github.com/jingweno/gh.git vendor/gh
vendor/gn
更多
hub-remote(1), hub(1), git-submodule(1)