开发中的git使用
文章平均质量分 70
农夫_山泉水
炎炎夏日,来杯冰镇西瓜汁
展开
-
git clone 的时候提示 remote: The project you were looking for could not be found 解决办法
git clone 的时候提示 remote: The project you were looking for could not be found 解决办法原创 2022-03-23 17:10:32 · 6593 阅读 · 0 评论 -
一文搞懂项目中 git 命令使用
基础操作: 1. git init 项目初始化; 2. git add . 所有文件添加到暂存区; 3. git commit -m "XXXX" 暂存区文件添加到本地仓库(XXXX就是你干的什么内容); 4. git status -s 查看所有文件状态; 5. git log/reflog -n --on...原创 2022-03-23 14:47:45 · 631 阅读 · 0 评论