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

改动或新增内容:

  • 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-个人易记-上传/更新/修改小结)