摘要: how to use git (2) 建仓库添加文件以及commit的过程: 1.进入目标目录 2.git init 初始化仓库 3.git add <filename> 将文件加入staging area 4.git commit 提交commit git commit -m "Commit Me 阅读全文
posted @ 2016-01-27 20:13 gavinXing 阅读(122) 评论(0) 推荐(0)