gpt4 book ai didi

GIT: checkout 到特定文件夹

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

我想使用类似于:

git checkout -- <path>/<file>

但我想将文件 check out 到我选择的某个文件夹,而不是覆盖本地 <path>/<file> .

有什么想法吗?

最佳答案

另一种更简洁的解决方案 - 只需指定不同的工作树。

检查从 HEAD(不是索引)到特定输出目录的所有内容:

git --work-tree=/path/to/outputdir checkout HEAD -- .

从 HEAD check out 子目录或文件到特定目录:

git --work-tree=/path/to/outputdir checkout HEAD -- subdirname

关于GIT: checkout 到特定文件夹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4479960/

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