git cherry-pick 命令,解决冲突后没有 commit 变动,再次pull 时出错

Git : You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).git

解决方法:
(1)使用git status 命令查看当前状态3d

 

 

(2)git cherry-pick --abort 放弃git cherry-pick 变动
(3)git pull

blog

相关文章
相关标签/搜索