1、多条执行
git fetch --all git reset --hard origin/master git pull
2、单条执行
git fetch --all && git reset --hard origin/master && git pull