hanleylee / hanleylee.com-comments

网站评论仓库
https://hanleylee.com
2 stars 0 forks source link

Git Submodule 使用 | 闪耀旅途 #56

Open hanleylee opened 3 years ago

hanleylee commented 3 years ago

https://www.hanleylee.com/usage-of-git-submodule.html

git 的 submodule 作为一个独立的 repo, 其拥有普通 repo 全部的功能, 我们可以完全按照普通的 repo 管理命令来进入 submodule 中进行手动管理. 不过如果存在多个 submodule 位于同一 superproject 下时, 掌握一些 git submodule ... 命令就变得尤为重要了. 本文列出了常用的一些 git submodule 管理命令,