让本地分支和近程分支截然不同 git fetch --all git reset --hard origin/master (这里master要批改为对应的分支名) git pull git近程分支笼罩本地分支
发表回复