问题描述 在远程改好代码,且改动较多,不想耗费精力进行合并的操作,于是想强制覆盖本地仓库。 解决方案 使用以下指令 git fetch --all git reset --hard origin/master