美文网首页
码云上的git,使用在Xcode上

码云上的git,使用在Xcode上

作者: 吉林天师 | 来源:发表于2019-08-02 09:36 被阅读0次

    SSH

    SSH 生成代码上传

    
    

    克隆库

    
    

    提交代码

    ls  // .git 所在目录查询
    git add . // 添加文件到git库
    git commit -m "add Third Party" // 添加文件的描述
    git push -u origin master // 
    

    相关文章

      网友评论

          本文标题:码云上的git,使用在Xcode上

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