摘要: 第一步 在项目中打开 右击打开Git bash命令行窗口通过命令来创建。第二步 执行 git init 初始化 文件夹中的项目如下 使用 git status 查看 在使用 git add . 命令 在使用 git commit -m “first commit” 命令 第一次提交 -m后面引号里面 阅读全文
posted @ 2020-04-29 14:26 那一的眸相遇 阅读(149) 评论(0) 推荐(0)