一、eclipse安装egit插件
help->new install new software->add location输入http://download.eclipse.org/egit/updates
直接next 安装完成后重启eclipse。到此插件安装完成。
二、将本地项目上传到github。 这里假设你已经有github账号了,就不在多说。
直接指向要上传的项目,右键Team ->share project
接着Team->add to index
再接着Team->commit
url填写github上的地址,user和password填写github的账号和密码
直接next就行了
三、clone github上的项目到本地
右键import
next
输入url
直接next就行了