·
·
文章目录
  1. Fork 同步更新

fork项目同步更新

对Coding客户端进行Fork后做了注释和源码解析,Fork地址

Fork 同步更新

在对Coding代码学习的同时需要同步更新Coding的代码,方法如下:

1
2
3
4
5
6
7
8
$ cd ~/coryphaei_code/Coding-iOS
$ git remote add upstream git@git.coding.net:coding/Coding-iOS.git
$ git fetch upstream

$ git pull
$ git merge upstream/master master

$ git rebase upstream/master
**版权声明**

Ivan’s Blog by Ivan Ye is licensed under a Creative Commons BY-NC-ND 4.0 International License.
叶帆创作并维护的叶帆的博客博客采用创作共用保留署名-非商业-禁止演绎4.0国际许可证

本文首发于Ivan’s Blog | 叶帆的博客博客( http://yeziahehe.com ),版权所有,侵权必究。

本文链接:http://yeziahehe.com/2015/10/06/fork_project_sync_update/

支持一下
扫一扫,支持yeziahehe
  • 微信扫一扫
  • 支付宝扫一扫