[转]五步git操作搞定Github中fork的项目与原作者同步

命令如下:

git clone xxx-fork.git

git remote add xxx xxx.git

git fetch xxx

git merge xxx/master

git push origin master

参考:https://blog.csdn.net/zwhlxl/article/details/45110587

posted @ 2018-09-02 16:42  cdfive  阅读(1102)  评论(0编辑  收藏  举报