git clone 强制覆盖本地的仓库

git clone 强制覆盖本地的仓库

 

 

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

你可能感兴趣的:(git)