• git pull时如果提示冲突,这时可以依次执行以下命令解决: $ git stash$ git pull$ git stash pop先git stash:本地工作区
    admin13小时前
    10