2

Possible Duplicate:
Git plugin for eclipse

I have a project on google code to download. Is there a way I use git clone project_url in eclipse and download the source code?

Are there any plugins to do that? I'm using eclipse 3.4.2.

Community
  • 1
  • 1
samsamara
  • 4,630
  • 7
  • 36
  • 66

2 Answers2

4

You can use Egit Plugin

You can add it to Eclipse from Eclipse Marketplace (Help-> Eclipse Market Place) and then import the Git Project using (File->Import->Git->Projects From Git) menu option

Chakra
  • 1,260
  • 1
  • 14
  • 12
  • I don't have Eclipse Marketplace. i'm using 3.4.2. Do I have to manually install it? – samsamara Jul 19 '12 at 07:49
  • @user601L It will be good you upgrade your Eclipse, the (Juno & Indigo) both have inbuilt GIT support using GIT. Based on the following answer http://stackoverflow.com/questions/6502770/unable-to-install-egit-in-eclipse it looks it isn't possible for 3.4.2 (just remove 3 upgrade to 4.2 ;) – Chakra Jul 19 '12 at 09:13
  • Thanks for the reply. I did it using Git for windows. – samsamara Jul 19 '12 at 15:31
1

Try to find it here: http://www.eclipse.org/egit/

Br, Tim

Tim
  • 2,006
  • 2
  • 18
  • 25