1、git fetch --all 拉取远端最新内容
git fetch --all
2、git reset --hard origin/<branch_name> 使用远端制定个分支替换当前内容
git reset --hard origin/<branch_name>