美文网首页
Git学习笔记2-个人易记-上传/更新/修改小结

Git学习笔记2-个人易记-上传/更新/修改小结

作者: 微笑吧_5464 | 来源:发表于2018-09-17 16:47 被阅读0次

改动或新增内容:

  • git add (具体内容名称)// git add . 新增所有
  • git commit -m "descripe"

以上两步也可以在VCS中完成:

  • VCS -> 先Git ->后Commit(可选择)
    (附:
  • fatal: Not a git repository (or any of the parent directories)
    表示不是一个存储库,未指定正确目录。
    )

然后:

  • git push 即可


    image.png

相关文章

网友评论

      本文标题:Git学习笔记2-个人易记-上传/更新/修改小结

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