Git强制覆盖本地代码(使用远程仓库代码)

    git fetch --all

    git reset --hard origin/master

    git pull

你可能感兴趣的:(Git强制覆盖本地代码(使用远程仓库代码))