美文网首页
git 推代码到仓库

git 推代码到仓库

作者: Veycn | 来源:发表于2019-02-18 14:12 被阅读0次

    先新建一个仓库, 复制下来仓库地址备用

    git init
    git add README.md
    git add filename 或者 .
    git commit -m "描述本次提交"
    git remote add origin 地址
    git push -u origin master
    

    相关文章

      网友评论

          本文标题:git 推代码到仓库

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