赞
踩
本地仓库的代码还未被更新,此时:
(1) 更新远程仓库的代码为最新的
git fetch --all
(2) 让本地代码与origin / master完全相同
git reset --hard origin/master
(3) git pull拉取远程代码
git pull origin master
(4) git merge将暂存区代码更新到本地工作区
git merge master
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。