本地的项目中修改不做保存操作,可以用到Git pull的强制覆盖,具体代码如下:
git fetch --allgit reset --hard origin/master
git fetch 指令是下载远程仓库最新内容,不做合并git reset 指令把HEAD指向master最新版本