天天看点

Git强制拉取覆盖本地

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