目录

git忽略本地修改,强制刷新重置为服务端版本

目录

  • 执行如下指令即可

    git fetch --all
    git reset --hard origin/master
    

-master 对应你要刷的服务端分支