markdown https://medium.com/@porteneuve/mastering-git-submodules-34c65e940407

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown https://medium.com/@porteneuve/mastering-git-submodules-34c65e940407相关的知识,希望对你有一定的参考价值。


```
git submodule add <remote_url> [<destiny_folder>]

git config --global status.submoduleSummary true

git submodule init
git submodule update
git submodule update --init

git clone --recursive <remote_url> [<destiny_folder>]

git diff --submodule=log

git submodule update --init --recursive

git submodule update --init --remote

git submodule foreach git pull origin master
git submodule foreach "(git checkout master; git pull)"


# if the submodule’s remote URL changed since last used (perhaps one of the collaborators changed it in the .gitmodules), you have to manually update your local config to match this. In such a situation, before the git submodule update, you’d need to run a git submodule sync
git submodule sync
```

以上是关于markdown https://medium.com/@porteneuve/mastering-git-submodules-34c65e940407的主要内容,如果未能解决你的问题,请参考以下文章

Flutter CustomScrollView 在没有足够项目时滚动

根据条件从另一个数据框列中获取值

异常:org.hibernate.AnnotationException:没有为实体指定标识符:jpa.tenants.DataSourceConfig

Markdown温故知新:Markdown面面观

markdown转换为图片

转换rst到markdown总结