I've never used Git before and would like to learn.
I have a private repository with GitHub.
I've installed the EGit plugin for Eclipse.
I have a workspace where I do my work, generally: ~/Documents/workspace
.
I am able to add my GitHub repository and download it, but in doing so it creates ~/MyRepository
.
When I create a project, do I need to point it to ~/MyRepository
?
Also, how come when I make an edit and I say push to upstream it says up to date?