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.
如何从 git 存储库的一个或多个分支共享一个或多个文件夹?
另一个潜在的选择:
如果您有分支 A(包含文件夹 v、w 和 x)和分支 B(包含文件夹 x、y 和 z)并且您希望文件夹 x 始终相同,那么这可能是您想要文件夹的情况x 在不同的分支中。然后分支 A 和 B 都可以与 X 合并。
在一个 Git 存储库中,您无需执行任何操作即可在分支之间共享目录:只需不要将其标记为删除 ( git rm),当您创建或签出分支时,该目录仍然存在。
git rm