Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 803 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 803 Bytes

汇总

一些开源项目

可以通过 git submodule 的形式,记录、管理

相关常用 git 命令

$ git clone --recurse-submodules ...

$ git submodule [--quiet] add [-b <branch>] [-f|--force] [--name <name>] [--reference <repository>] [--] <repository> [<path>]

$ git submodule update

$ git submodule foreach 'git pull origin master'

$ git submodule deinit ...

$ git rm ...