导航

eclipse 下使用 git 版本控制(基于windows)

Posted on 2013-05-26 04:21  javalive09  阅读(185)  评论(0)    收藏  举报

一、安装

1. 安装jdk

http://www.oracle.com/technetwork/java/javase/downloads/index.html

 

2. 安装eclipse

http://www.eclipse.org/downloads/

 

3. 安装egit插件

http://download.eclipse.org/egit/updates/

 

4.安装git客户端 msysgit

http://code.google.com/p/msysgit/downloads/list?q=full+installer+official+git

 

二、配置

1. 设置本地仓库reporetory

 

2.设置user、email

 

3. 配置Home

3.配置ssh

 

三、使用

1.上传项目share project

2.下载项目clone

3.使用技巧