码迷,mamicode.com
首页 > 系统相关 > 详细

eclipse提交项目到github

时间:2016-11-29 14:11:37      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:ima   nis   project   创建   des   本地   idt   用户   bsp   

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
技术分享

上面warning提示的是不建议在工作区创建的意思,但是这种方式简便,如需要另外一种方式请移步 我的【git GitHub】另外一篇 较为复杂

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

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

技术分享

技术分享

如果这一步选项Commit需要看下面5的步骤继续

如果这一步选择Commit and Push 就直接出来页面 不需要再去步骤5中push

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

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

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

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

  转自 open-open

 

eclipse提交项目到github

标签:ima   nis   project   创建   des   本地   idt   用户   bsp   

原文地址:http://www.cnblogs.com/shanheyongmu/p/6112902.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!