eclipse整合git

Posted bofeng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse整合git相关的知识,希望对你有一定的参考价值。

1、eclipse mars2等较新版本已经集成git,点击window->show view->other里搜索git repository,展示git仓库视图

 

2、window->preference->team->git->configuration->user settings->add entry->分别输入github用户名和邮箱的key和value

 

3、window->preference->team->ignored resources添加例外(如.settings、.project、.classpath等)

 

4、右击项目->team->share project->git->勾选use or create repository in parent folder of project复选框->勾选下方的复选框->create repository->finish

以上是关于eclipse整合git的主要内容,如果未能解决你的问题,请参考以下文章

SVN--->SVN整合Myecliplse 和Eclipse

eclipse git 整合

Maven学习-- Maven与Eclipse整合

idea整合eclipse后快捷键

MyBatis与Spring的整合(Eclipse版本和IDEA版本)

eclipse整合git