Git
vagabond1
这个作者很懒,什么都没留下…
展开
-
Git 版本控制
原文地址:http://www.joomlagate.com/article/joomla-review/why-subversion-will-be-replaced-by-git-for-version-control/请允许我从一个“非编程人员”用户的角度先解释一下软件的版本控制:当若干开发人员组成的团队联合开发一个软件工程时,互相有不同的代码片段任务;他们需要将各自的成果集中起转载 2012-06-26 10:59:22 · 2036 阅读 · 0 评论 -
Windows下Eclipse Git版本控制的使用
Address: http://itcontent.blogspot.jp/2009/04/windowseclipse-git.html工作准备:Eclipse3.4.2Git on Windows (用于生成public SSH Key等)下载地址:http://msysgit.googlecode.com/files/Git-1.6.2.1-pre转载 2012-06-26 13:21:45 · 6353 阅读 · 0 评论 -
github for Windows使用介绍
Address: http://www.cnblogs.com/hielvis/archive/2012/06/05/2535495.htmlGit已经变得非常流行,连Codeplex现在也已经主推Git。Github上更是充斥着各种高质量的开源项目,比如ruby on rails,cocos2d等等。 对于习惯Windows图形界面的程序员来讲,Github的使用转载 2013-03-29 16:10:34 · 555 阅读 · 0 评论 -
Git Command
Address: http://blog.csdn.net/fyh2003/article/details/6869787【TIP】在我们的《Windows 下 Git 配置与使用指南》 中,有介绍大家使用 $ git go 命令。其实,这并非 Git 的原生命令,它是我们自定义的一个 alias(别名),由 $git add、$git commit、$git push 和 $git转载 2013-05-19 12:47:02 · 778 阅读 · 0 评论 -
Eclipse下配置Github环境
总的参考文档:EGit User Guide http://wiki.eclipse.org/EGit/User_GuideAddress: http://www.linuxidc.com/Linux/2012-07/65585.htmGit是一个很好的版本管理系统。比SVN这种快操猛的版本管理要精致很多。尤其是增加了本地版本库的功能非常贴心。Github是一个公开的GIt转载 2013-05-09 20:00:48 · 4207 阅读 · 0 评论 -
Eclipse上GIT插件EGIT使用手册
Address: http://blog.csdn.net/luckarecs/article/details/7427605#t0一_安装EGIT插件 http://download.eclipse.org/egit/updates/或者使用Eclipse Marketplace,搜索EGit转载 2013-05-10 01:16:19 · 826 阅读 · 0 评论 -
Pull error. No value for key branch.master.merge found in configuration
http://stackoverflow.com/questions/14325004/git-pull-egit-with-githubCreate remote under Git Repositories view转载 2013-06-26 23:14:10 · 1954 阅读 · 0 评论 -
Git install and config on CentOS
My way:1. Download git package from github.com2. tar package3. Check your GCC env. Using: gcc --version. If not, $ yum -y install gcc4. $ ./configure5. If error with zlib, install zlib fir原创 2013-07-14 21:51:08 · 1582 阅读 · 0 评论