美文网首页手机移动程序开发开源工具技巧程序员
把新 commits 同步到自己fork的仓库上

把新 commits 同步到自己fork的仓库上

作者: bellchen | 来源:发表于2017-06-23 22:39 被阅读11次

    git clone -o bellchen https://github.com/bellchen/lottie-ios.git
    cd lottie-ios/
    git remote add airbnb https://github.com/airbnb/lottie-ios.git
    git fetch airbnb
    git merge airbnb/master
    git push bellchen master

    相关文章

      网友评论

        本文标题:把新 commits 同步到自己fork的仓库上

        本文链接:https://www.haomeiwen.com/subject/xgrhcxtx.html