摘要: 首先将创建的项目克隆到本地,然后在终端中进入该目录 初始化 git git init 将修改添加到缓存区 git add . 将缓存区的文件提交到本地仓库 git commit -m 提交 将本地仓库关联到远端 git remote add origin http形式的git链接 提交到远程仓库 g 阅读全文
posted @ 2022-11-26 13:49 tiansz 阅读(25) 评论(0) 推荐(0)