乐趣区

关于git:git-实用小技巧

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

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

git 近程分支笼罩本地分支

退出移动版