命令行解决冲突

git stash  放入暂存区

git pull  拉最新代码

git stash pop  拉出暂存区

在页面中选择留下要的数据

git add . 提交代码

git commit -m '需求'  需求描述

git push 提测

posted @ 2020-03-12 17:43  苏小白啊  阅读(317)  评论(0编辑  收藏  举报