EGit提交的Eclipse项目到Github的粗略过程记录
1.创建eclipse项目2.github创建仓库3.fetch from你的github仓库 -> next ........4.最好merge一下,把github的 .gitignore , README.md 两个文件下载下来5.若有冲突则解决,然后add to index6.根据项目需要修改gitignore7.commit8.push ( force update 有时候也比较有用 )