当前位置:网站首页>Your local changes to the following files would be overwritten by merge: .vs/slnx.sqlite

Your local changes to the following files would be overwritten by merge: .vs/slnx.sqlite

2022-06-25 06:32:00 -耿瑞-

git pull遇到问题 每次遇到git的问题都挺无语的
只要输入这三行指令即可解决问题

git stash
git pull origin master
git stash pop

然后我们本地的代码就可以保留且 可以和服务器上的代码合并
对开发者人员是一种很完美的解决方案

原网站

版权声明
本文为[-耿瑞-]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_45966674/article/details/125451883

随机推荐