0

Let's say I have several projects in c:\dev\ and want to keep them there (this is my eclipse workspace)

What is the least inconvenient way to setup egit?

Neil McGuigan
  • 46,580
  • 12
  • 123
  • 152

1 Answers1

0

Turns out there is a bug in egit where you cannot create a git repo on an existing folder

You need to use msysgit to create the git repo on the command line, using git init

Then you can use egit as per the user guide

Neil McGuigan
  • 46,580
  • 12
  • 123
  • 152