《Pro Git》学习笔记

1.Git远程模型示意图 Remote:远程仓库 html Repository:本地仓库 git Index:暂存区 github workspace:当前工做区服务器 2.取得Git仓库 2.1 初始化新仓库     git init网络 2.2 从现有仓库克隆     git clone git://github.com/xxx/xxx.git [dirName]post 3.记录每次更新到
相关文章
相关标签/搜索