github Eclipse整合 使用笔记

1  下载git插件    (MyEclipse已经自带)

2  在Eclipse中的首选项  常规 网络连接  ssh2 中   密钥管理 生成 RSA密钥  添加到github 的sshkey 中

3  将一个工程设置为共享 share  

4 点击提交到本机的git库 

5  commit and  push   提交到github网络库中

6 在github中新建一个项目库  new  repository  

讲项目地址添加到Eclipse 的提交设置界面

7 设置提交  refs/heads/master  finish 即可提交


参考连接    J灬叶小超

【软件使用】GitHub使用教程for Eclipse

http://www.cnblogs.com/yc-755909659/p/3753626.html 

你可能感兴趣的:(github Eclipse整合 使用笔记)