【发布时间】:2015-07-08 04:52:03
【问题描述】:
所以,我正在尝试使用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'
我使用 Git 仅 2 个月,我使用的唯一命令是基本命令:add、commit、push、pull...
【问题讨论】:
-
嗯,到目前为止,您的方向是正确的。接下来你必须resolve the merge conflict。