摘要: 1创建新仓库git init创建新的git仓库2检出仓库执行如下命令以创建一个本地仓库的克隆版本git clone /path/to/repository如果是远端服务器上的仓库,命令会是这个样子git clone username@host:/path/to/repository3工作流本地仓库由... 阅读全文
posted @ 2015-02-12 18:54 Gnight 阅读(237) 评论(0) 推荐(0) 编辑