您的位置:首页 > 编程语言 > Java开发

如何将eclipse项目提交到远程Github上

2016-12-20 11:50 363 查看
https://github.comnew repository

在eclipse中new project 比如:Test项目

右击”Test”->Team->share project… ->select a repository type:Git -》勾选 Use or create repository in parent folder of project–》点击 Create Repository -> Finish–》这时候打开在workspace中的Test目录会发现多了一个.git文件夹。

右击”Test”->Team->commit 本地提交

再右击”Test”->Team->Remote->Push远程(URI就是github上面指定的地址,username和password就是github网站的用户名和密码

finish

source ref 选择 refs/heads/master destination ref会自动填充,点击 Add Spec勾选Focus update

开始提交。

可以刷新网页查看提交的代码了。。。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: