git fetch --all
git reset --hard origin/<BranchName>
注意:第二条中最后的分支 <BranchName> ,如果是在分支开发的话,就写某个分支的名字。
git pull
上一篇:没有了
下一篇: http 响应头安全策略(nginx 版)