I have a project which is managed myself. And I want to use git to manage it.
And the project is located at: /home/maven/workspace/tmkproject
(this is my current working directory). And I am using the Eclipse IDE.
I do not prefer to use the git init
under my working directory to create the repository .
I want to create the repository at a certain location like /home/maven/gitrepo
.
Then I pull the project to my directory.
So in my situation, how to make it?
Because the project may be worked with more people in my team.