git 强制覆盖本地代码

git pull 遇到代码冲突

可强制覆盖:

git fetch --all

git reset --hard origin/master