I'm new in the forum and also new in git, github and all the other git-things. Another person and I are using for our degree project git and github, but as I'm not a good friend of the terminal it's really driving me crazy.
Let me tell you what I've done until now:
- Mac OS X Lion 10.7.4
- Eclipse Indigo with EGit plugin installed
- git installed from the graphic view on the mac
- gitBox installed
- github account with a repository (I created the repo by downloading github for mac and following the instructions: entering name, e-mail address, etc) --> That's how I did the configuration.
- I started gitbox for the first time and I selected the "clone repository" option. Then entered the github repo url, then selected the location and hit accept.
Now the thing is I really don't understand how it is supposed to work, and I need to be able to link my changes in the eclipse workspace I'm working on, to the repository I have created.
When trying to create a repository from eclipse using the EGit plugin (r-click on project > Team > Share...) the repository created says: [NO-HEAD] instead of master (which is the only branch created for the repo).
Help?
Finally, I could figured out this following this guide:
http://www.vogella.com/articles/EGit/article.html
Enjoy! ;)