赞
踩
通过fork创建的项目,如果源代码远程仓库代码进行了更新,本地需要同步的话,可以在git上创建一个上游仓库(upstream)
upstream可以自定义):
git remote add upstream https://github.com/xxx/aaa.git
git fetch upstream
git merge upstream/master
git push origin master
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。