Git学习笔记2-个人易记-上传/更新/修改小结
2018-09-17 本文已影响0人
微笑吧_5464
改动或新增内容:
- 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