美文网首页
Git远程仓库的使用

Git远程仓库的使用

作者: shenghaishxt | 来源:发表于2019-03-04 19:29 被阅读0次

    本文来自我的个人博客 https://www.zhangshenghai.com/posts/757/

    在Github中创建远程库,然后从远程库克隆到本地。

    git clone git@github.com:shenghaishxt/ProjectName.git  # 克隆
    cd ProjectName/
    git add .  # 添加文件
    git commit -m 'ProjectName'
    git push
    

    相关文章

      网友评论

          本文标题:Git远程仓库的使用

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