git冲突解决

1.git stash
2.pull远程仓库代码
 git pull
3.从Git栈中读取最近一次保存的内容,恢复工做区的相关内容
git stash pop
相关文章
相关标签/搜索