美文网首页
快速将本地项目提交到GitHub

快速将本地项目提交到GitHub

作者: LeonardLT | 来源:发表于2018-03-13 22:37 被阅读26次

    安装

    https://github.com/github/hub

    • MAC
    $ brew install hub
    

    在Repositories中创建一个与本地项目同名的仓库

    $ hub create 
    

    在Repositories中创建一个与本地项目不同名的仓库

    $ hub create 新仓库名称
    

    在Organization中创建同名仓库

    $ hub create 组织名/
    

    在Organization中创建不同名仓库

    $ hub create 组织名/新仓库名称
    

    相关文章

      网友评论

          本文标题:快速将本地项目提交到GitHub

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