首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

EGit交付的Eclipse项目到Github的粗略过程记录

2012-12-30 
EGit提交的Eclipse项目到Github的粗略过程记录1.创建eclipse项目2.github创建仓库3.fetch from你的github

EGit提交的Eclipse项目到Github的粗略过程记录

1.创建eclipse项目

2.github创建仓库

3.fetch from你的github仓库 -> next ........

4.最好merge一下,把github的 .gitignore , README.md 两个文件下载下来

5.若有冲突则解决,然后add to index

6.根据项目需要修改gitignore

7.commit

8.push ( force update 有时候也比较有用 )

热点排行