I am using Eclipse with SVN and CVS.
Now I want to use GIT through EGIT.
The goal is to have a local repository, and not in the eclipse workspace, which includes my changes. That way, I can make changes, transfer them and have a repository with the changes that I can back up (at least the way this works in SVN).
Following the user guide, I found that it creates a repository in my Eclipse project in the workspace, which is recommended for use. What am I missing?
Steps:
- Create a Java project in Eclipse (Test)
- In the project, right-click-> Team-> Share Project β Git
- ... Next - shows "Configuring the GIT Repository Panel" ... The only repository that he will allow me to create is inside the project.
A?
source share