I programmed a new project for several weeks and finally decided to put it on GitHub. So I installed Git ( sudo apt-get install git ), created an account on GitHub, and then created a new repository with the same name as my Eclipse project. Now I am trying to add an existing Eclipse project to a Git version control and connect it to my GitHub repository.
I ran git init /home/myuser/sandbox/workspace/MyApp .
How do I now connect it to my HitHub repository, so that when I git push some changes, I can go into GitHub and see them?
source share