随笔分类 -  tools

摘要:GotGitHub http://www.worldhello.net/gotgithub/index.html图解Git http://my.oschina.net/xdev/blog/114383git community book http://gitbook.liuhui998.com/index.html1、安装:$sudo apt-get install git$sudo apt-get install gitk#此为安装官方的图形界面,不需要的可以不安装2、cd到需要管理的代码、文件所在的第一级目录3、初始化:$git init4、添加当前目录所有内容:$git add .5、. 阅读全文
posted @ 2013-06-03 16:22 devos 阅读(243) 评论(0) 推荐(0)