git worktree 稀疏检出(sparseCheckout)

Posted zipon

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git worktree 稀疏检出(sparseCheckout)相关的知识,希望对你有一定的参考价值。

1.git worktree add -b xxxx_branch ./xxxx_branchorigin/xxxx_branch --no-checkout

 

2.要在./git/worktrees/xxxx_branch/info下创建sparse-checkout文件

 

3.cd xxxx_branch && git checkout

以上是关于git worktree 稀疏检出(sparseCheckout)的主要内容,如果未能解决你的问题,请参考以下文章

Git如何检出指定目录或文件

Git如何检出指定目录或文件

Git检出指定目录实践

Git检出指定目录实践

Git检出指定目录实践

接上篇:Git Worktree 高级使用,这样清爽多了