Hi there,
I was intending to have a play with git, and was wondering if anyone had used the git plugin for eclipse
I see it's at version 0.3.1, and was wondering if anyone knew how stable it was / any gotchas?
Thanks...
|
2
|
Hi there, I was intending to have a play with git, and was wondering if anyone had used the git plugin for eclipse I see it's at version 0.3.1, and was wondering if anyone knew how stable it was / any gotchas? Thanks...
|
||
|
|
|
|
I've used it briefly, but it was still lacking support in several important areas (it wasn't doing renames/moves properly, or something). There also was no update site available for it. I don't remember which version it was, but this was like 6 months ago. Hopefully it is better now. |
||
|
|
|
|
You may be interested in these pointers: http://github.com/blog/232-github-and-eclipse |
||
|
|
|
|
Github blog spoke yesterday about Egit plugin: |
||
|
|
|
|
Meanwhile EclipseGit is an "Official Eclipse Technology Project" (09-05-07 GitWiki). I use the current version 0.5.0 (the Wiki is a step behind the development) from time to time, without any problems. Version comparison, commit, revert etc. is working well, although manual refresh's (F5) are necessary when using command line or other Git clients (usual and acceptable Eclipse behavior I think). |
||
|
|
|
|
I'm using if for day-to-day work and I find it stable. There are still some areas where a lack of implementation forces me to drop to the command line:
Hopes are high though as egit is an official Eclipse project and development is hopefully going to have a faster pace. |
||
|
|
|
|
EGit is still in eclipse incubation. You can install it using the Eclipse update manager.
|
||
|
|
|
|
You can integrate Git-GUI with Eclipse as an alternative to EGit. See this two part YouTube tutorial specific to Windows: |
||
|
|