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 pullblog