Eclipse安装git插件以及关联导入GitHub项目
原链接:http://blog.csdn.net/s164828378/article/details/51723698
一、创建项目
二、关联项目Team -> Share Project
三、提交代码Team -> Commit
第一次提交代码,项目 提示there is no staged files
Team->add to Index
Team -> Commit
http://blog.csdn.net/Elliottx/article/details/56339140
1、 preferences->git->committing
将use stage view to commit instead of commit dialog 的勾去掉
2、将项目 team->add to Index,之后在stage changes中又出现,就可以commit了