|
|
1
1
由于您似乎不想将第一个项目创建为库,因此可以设置从第二个应用程序到第一个应用程序源代码的符号链接。它们仍然是两个项目,第二个项目将链接到第一个项目中的源代码。 您在其中更改的任何共享代码都将反映在另一个代码中。 我假设您正在使用Windows,请查看此链接。 https://msdn.microsoft.com/en-us/library/windows/desktop/aa365680(v=vs.85).aspx OSX链接: https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man7/symlink.7.html 根据要求。GIT可以保存符号链接的值。有了一些配置,如果需要的话,它可以跟随它们。此外,您可以使用git中的分支来实现项目与共享分支的分离。 How does git handle symbolic links? 分支上的链接: https://github.com/Kunena/Kunena-Forum/wiki/Create-a-new-branch-with-git-and-manage-branches http://git-scm.com/docs/git-branch |
|
|
lim-org · 我找不到“配置”的位置 2 年前 |