submodule

作者: ShawnDu | 来源:发表于2015-12-09 22:45 被阅读63次
    • add:
    git submodule add ssh://bla submodule_dir
    
    • init:
    git submodule init
    
    • update:
    git submodule update --init --recursive
    git submodule foreach git pull origin master
    

    相关文章

      网友评论

          本文标题:submodule

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