美文网首页
git 第一次提交代码

git 第一次提交代码

作者: 飞奔的千里眼 | 来源:发表于2018-05-12 20:34 被阅读0次

    git init

    git add README.md

    git commit -m "first commit"

    git remote add origin https://github.com.xxx.git

    git push -u origin master

    由于是第一次提交,不需要pull,直接push就行

    相关文章

      网友评论

          本文标题:git 第一次提交代码

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