gpt4 book ai didi

git - 如何在 Git 上应用旧提交?

转载 作者:行者123 更新时间:2023-12-04 18:04:14 25 4
gpt4 key购买 nike

所以,我试图通过使用cherry-pick来应用旧的提交,但似乎比我想象的要困难。

这就是 BASH 的样子......

--HEAD IS IN THE MASTER BRANCH-
git cherry-pick 6a0c632
error: could not apply 6a0c632...
hint: after resolving the conflicts, mark the corrected paths
hint: with 'git add <paths> or "git rm <paths>'
hint: and commit the result with 'git commit'

我只使用了 2 个月的 Git,我使用的唯一命令是基本命令:添加、提交、推送、 pull ...

最佳答案

步骤 1 :修复 merge 冲突。

步骤 2 : 添加固定文件。

git add <fixed_file>

步骤 3 .继续 cherry-pick 。
git cherry-pick --continue

关于git - 如何在 Git 上应用旧提交?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29934650/

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