摘要: 一、git的基本操作 1 git的基本概念 三个工作区:工作区,使用git add ,将代码临时存储在暂存区;然后用git commit -m "comment"提交到本地库 工作区(work directory) 暂存区 版本库(本地) 远程库 2 git的基本命令 本地库初始化:git init 阅读全文
posted @ 2020-02-14 21:49 godeyes 阅读(130) 评论(0) 推荐(0) 编辑