Eclipse
From: Ron Tregaskis - NOAA Federal <hidden>
Date: 2016-06-15 22:58:31
Does git work with Eclipse? Ron
5 messages, 4 authors, 2016-06-15 · open the first message on its own page
From: Ron Tregaskis - NOAA Federal <hidden>
Date: 2016-06-15 22:58:31
Does git work with Eclipse? Ron
From: Torsten Bögershausen <hidden>
Date: 2016-06-15 22:58:31
On 27.08.13 17:10, Ron Tregaskis - NOAA Federal wrote:
Does git work with Eclipse?
No. If the question is "does Eclipse work with git": yes. For more information please feel free to spend some seconds using a seach engine.
From: Ron Tregaskis - NOAA Federal <hidden>
Date: 2016-06-15 22:58:31
Gee, sorry I asked. On 8/27/2013 11:15 AM, Torsten Bögershausen wrote:
On 27.08.13 17:10, Ron Tregaskis - NOAA Federal wrote:quoted
Does git work with Eclipse?No. If the question is "does Eclipse work with git": yes. For more information please feel free to spend some seconds using a seach engine.
From: stuart <hidden>
Date: 2016-06-15 22:58:31
On 8/27/2013 10:10 AM, Ron Tregaskis - NOAA Federal wrote:
Does git work with Eclipse? Ron -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
I find that an interesting question as I am considering switching from SVN to GIT for a new Android project. This looks like a good place to start: https://github.com/blog/1181-eclipse-git-plugin-2-0-released
From: Chris Packham <hidden>
Date: 2016-06-15 22:58:32
Hi Ron, On 28/08/13 03:10, Ron Tregaskis - NOAA Federal wrote:
Does git work with Eclipse? Ron --
Eclipse does have git integration courtesy of the EGit plugin. At $dayjob most of us are running eclipse 3.7 a.k.a "Indigo". When we started with an earlier eclipse version we had to install the git plugin manually but these days it's bundled with the CDT release [1] (and I assume most other flavours of eclipse[2]). EGit is built on JGit which sometimes lags behind the core git in terms of features. But for the majority of users you won't notice. I still use core git for most of my day-to-day work but plenty of others do everything from within eclipse. I've also found that Eclipse's affinity for svn-like vcses doesn't always line up with the git/dvcs way of doing things but that seems to get better with each release. Hope that helps, - C -- [1] - http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/keplerr [2] - http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/keplerr