摘要: 版本控制系统只能跟踪文本文件的改动,eg:.txt、.js 、.css、.html git初始化(新建git仓库):git init 查看本地仓库的文件目录:ls -ah 将本地文件添加到仓库中:git add 文件名 | | git add . 将本地文件提交到仓库中:git commit -m 阅读全文
posted @ 2021-11-12 20:41 straightforward 阅读(34) 评论(0) 推荐(0)