eclipse项目提交到git

Posted 鹏鹏进阶

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse项目提交到git相关的知识,希望对你有一定的参考价值。

http://www.open-open.com/lib/view/open1406105786710.html

 

1.在https://github.com   new repository 

2.在eclipse中new project  比如:Test项目 

3.右击"Test"->Team->share project...  ->select a repository type:Git
技术分享

勾选  Use or create repository in parent folder of project
技术分享

点击  Create Repository  ->  Finish
这时候打开在workspace中的Test目录会发现多了一个.git文件夹。

4.右击"Test"->Team->commit 本地提交 

5.再右击"Test"->Team->Remote->Push
技术分享

URI就是github上面指定的地址:
技术分享
username和password就是github网站的用户名和密码

5.finish
技术分享
source ref 选择 refs/heads/master  destination ref会自动填充,点击  Add Spec勾选Focus update
开始提交。

6.可以刷新网页查看提交的代码了。。。






















以上是关于eclipse项目提交到git的主要内容,如果未能解决你的问题,请参考以下文章

eclipse多个项目提交到同一个仓库(码云)

eclipse提交项目到github

eclipse提交项目到github

是否可以将所有选定的项目从 Eclipse 提交到一个 github 存储库

eclipse项目提交到git

(转)eclipse上传项目到码云