2014年9月16日

git简明使用

摘要: 程序开发你会需要代码管理工具,fast version control 那就是git了。一、本地测试首先下载git http://msysgit.github.io安装好后打开bash开始体验一下: 创建用户配置 $ git config --global user.name "you name... 阅读全文

posted @ 2014-09-16 15:29 tintindeng 阅读(130) 评论(0) 推荐(0)

导航