Git 基本操作
摘要:
Git 基本操作git init创建版本库 $ git initgit add将文件添加到版本库暂存区 $ git add welcom.txtgit commit提交到本地版本库 $ git commit -m "注释"git clone克隆远程版本库 $ git clone git://192.... 阅读全文
posted @ 2014-06-11 20:22
一叶梧桐
阅读(213)
评论(0)
推荐(0)