让本地分支和近程分支截然不同

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

git近程分支笼罩本地分支