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