1
摘要: git基本理论 1. git工作区域 Git本地有三个工作区域:工作目录(Working Directory)、暂存区(Stage/Index)、资源库(Repository或Git Directory)。如果在加上远程的git仓库(Remote Directory)就可以分为四个工作区域。文件在这 阅读全文
posted @ 2019-11-16 15:06 小小螺丝钉II 阅读(228) 评论(0) 推荐(0) 编辑
摘要: git基本理论 1. git工作区域 Git本地有三个工作区域:工作目录(Working Directory)、暂存区(Stage/Index)、资源库(Repository或Git Directory)。如果在加上远程的git仓库(Remote Directory)就可以分为四个工作区域。文件在这 阅读全文
posted @ 2019-11-16 14:53 小小螺丝钉II 阅读(92) 评论(0) 推荐(0) 编辑