git远程分支覆盖本地分支

git fetch --all
git reset --hard origin/master (这里master要修改为对应的分支名)
git pull

你可能感兴趣的:(git)