I am used to using Eclipse with SVN and CVS.
Now I want to use GIT via EGIT.
The goal is to have a local repository, not in the eclipse work-space, that my changes go into. That way, I can make changes, commit them, and have a repository with the changes that I can back up (at least, that's how it works in SVN).
Following the user's guide, I find it creates the repository within my Eclipse project in the workspace, which is recommended against. What am I missing?
Steps:
- Create a Java project in Eclipse (Test)
- On Project right click->Team->Share Project->Git
- ...Next - shows "Configure Git Repository" Panel ...the only repository it will let me create is inside the project.
Huh?