git拉取代码报错

1:git stash #封存修改
2:git pull #拉取服务器远端代码
3:git stash pop #把修改还原
4:git commit -m '' #提交
5:git push #推送

posted @ 2022-06-23 10:45  阿伟仔哟  阅读(96)  评论(0)    收藏  举报