gpt4 book ai didi

git:从另一个分支 checkout 文件到当前分支(不要将 HEAD 切换到另一个分支)

转载 作者:IT王子 更新时间:2023-10-29 00:49:19 24 4
gpt4 key购买 nike

我想将存在于另一个分支中的文件的不同版本加载到我当前的分支中。

git help checkout 说:

DESCRIPTION
Updates files in the working tree to match the version in the index or
the specified tree. If no paths are given, git checkout will also
update HEAD to set the specified branch as the current branch.

有没有办法 check out 所有这些文件,但更新 HEAD?

最佳答案

通过提供当前路径 checkout ,:

git checkout 其他分支名称 -- .

这个操作类似于switching HEAD to another branch without checking out files ,但只是从“另一个方向”。

正如@김민준 提到的,这会覆盖任何未提交的更改。如果需要,请记住先将它们 stash 或提交到某个地方。

关于git:从另一个分支 checkout 文件到当前分支(不要将 HEAD 切换到另一个分支),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15536639/

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