在使用git pull
命令时报错:
error: Your local changes to the following files would be overwritten by merge:
Please, commit your changes or stash them before you can merge.
这是因为本地做了修改,如果本地修改不重要,可以放弃:
git reset --hard
git pull
在使用git pull
命令时报错:
error: Your local changes to the following files would be overwritten by merge:
Please, commit your changes or stash them before you can merge.
这是因为本地做了修改,如果本地修改不重要,可以放弃:
git reset --hard
git pull
老杨
博士,非博学之士;讲师,讲所学所知。糊涂半生,虚度半世,唯愿平淡快乐,度过此生。
Google java jsp linux QQ wordpress 中国 习惯 人生 公司 决定 博士 博客 同学 国家 大学 学习 实验室 家 小说 工作 开始 思考 情感 手机 技术 推荐 插件 数据库 文件 晴迷星途 朋友 生活 电影 相声 程序 笔记 网站 网络 置顶 美国 评论 软件 音乐 项目
git stash一下
@游客 是的,这个命令也是可以的,谢谢提醒。