# 更新远程数据gitfetch --all# 设置头指针为远程master分支。这里就是覆盖本地master分支gitreset --hard origin/master# 再更新一次gitpull参考git】强制覆盖本地代码与git远程仓库保持一致