git submodules使用

新建.gitmodules

配置规则

[submodule "src/templates"]
    path = src/templates
    url = git@gitlab.alipay-inc.com:socialization/templates.git
    branch = relase-templates

package.json增加

相关文章

Git安装和使用 Git安装和使用 刚开始用git的小白适用,,转自...
fatal: remote origin already exists.解决方法 第一个问题g...
git常用命令(二)查看历史记录 git log [--pretty=oneline]...
git之如何把本地文件上传到远程仓库的指定位置 git专栏收录该...
代码规范之 lint-staged 在代码提交之前,进行代码规则检查能...
方法:1、文件没有git操作时用“git checkout--文件”命令还...