git放弃本地修改强制拉取更新

git fetch –all
git rest –hard origin/master
git pull

#git clone后是个空文件夹没有内容 -选择分支即可
git branch -r
git checkout 分支名
git pull