I am using Eclipse Helios and EGit. I am new to Git. I have an existing Eclipse project for an Android app I would like to place in Git. Can someone please share some instructions on how to setup a Git repo on a shared folder, and place the existing project into this git repo using EGit? I have tried a variety of options with no success.
Thanks!
I had the same question (how to do it in Eclipse / eGit), and I just found the answer to the question stated in the title :
Window
> Show Views
> Others
select Git repositories
Create Remote
Also, for creating a new project in Eclipse from an existing git repository with eGit, all you have to do is to go in File > Import...
and choosing Git/Projects from Git. Then follow the steps