Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有项目 proj1,它创建了 tool1。
假设我需要将 tool1 用于 proj2。
我想要做的是将 proj1 git 放在 proj2 中,这样我就可以独立管理 proj1 并在从 proj2 的目录中拉出它时让它在 proj2 中更新。
这样的事情可能吗?
git sub modules 可以做你想要的: http: //git-scm.com/book/en/Git-Tools-Submodules