Git强制拉取覆盖本地

Posted shayeblog

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git强制拉取覆盖本地相关的知识,希望对你有一定的参考价值。

1、多条执行

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

2、单条执行

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

 

以上是关于Git强制拉取覆盖本地的主要内容,如果未能解决你的问题,请参考以下文章

git 远程仓库中拉取代码到本地

强制使用远程库的代码覆盖本地的代码

git代码覆盖

Git如何从远程拉取最新代码,并与本地代

如何退出GIT的rebase状态,强制覆盖本地代码

大白话说GIT常用操作,常用指令git操作大全