gpt4 book ai didi

git - 在 Git 中检查子目录?

转载 作者:IT王子 更新时间:2023-10-29 01:18:18 26 4
gpt4 key购买 nike

是否可以在 Git 中 check out 存储库的子目录?

假设我正在设置一个新的 WordPress 安装。我将为我的插件和主题自定义创建两个新目录:

  • wordpress/wp-content/plugins/myplugins/
  • wordpress/wp-content/themes/mytheme/

我想通过 Git 维护这些目录。在 Subversion 中,我将通过拥有 trunk/myplugins/trunk/mytheme/ 目录并 check out 子目录来完成此操作。 Git 是否有办法使用单个存储库完成相同的任务?

作为一个很少接触 Git 的 SVN 长期用户,我可能只是错过了一些 Git 范例。

编辑: Multiple branches存储不同的内容是一种有趣的处理方式。

最佳答案

Sparse checkoutsnow in Git 1.7 .

另见问题“Is it possible to do a sparse checkout without checking out the whole repository first? ”。

请注意,稀疏 checkout 仍然需要您下载整个存储库,即使 Git 下载的某些文件最终不会出现在您的工作树中。

关于git - 在 Git 中检查子目录?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/180052/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com