git merge --abort //中止合并
git reset --merge //撤销合并
git pull //拉去代码
git error: You have not concluded your merge (MERGE_HEAD exists).
最新推荐文章于 2024-08-19 23:38:26 发布
git merge --abort //中止合并
git reset --merge //撤销合并
git pull //拉去代码