讓本地分支和遠程分支如出一轍git
git fetch --all git reset --hard origin/master (這裏master要修改成對應的分支名) git pull
git遠程分支覆蓋本地分支segmentfault