Posted on 2010-12-08 23:06
leekiang 阅读(284)
评论(0) 编辑 收藏 所属分类:
配置管理(cvs,svn等)
NbGit是NetBeans的一款Git插件
安装步骤见:http://www.yinzhili.com/2010/03/add-git-support-for-netbeans.html
eclipse插件EGit
我是通过添加http://download.eclipse.org/egit/updates-0.11安装的,好像有两大类5个安装条目,我全部都选了。
windows下我没有安装msysgit,push到github没有使用ssh,使用的https。
没有搞懂分支的合并、HEAD等,感觉糊里糊涂的。
linux下安装git
yum install git-core
或 apt-get install git-core
http://progit.org/book/zh/
Git和Github初次使用如何在eclipse上使用GithubSet up community dev environmenthttp://wiki.eclipse.org/EGit/User_Guide
EGit官方指南 EGit基本功能操作