I\'m very new to Git. I\'ve been searching for an answer, but I couldn\'t find one.
In my computer I have a project folder like this:
project_a --some_fo
Open your Terminal, access to this folder and write:
git init git add . git commit -m "my commit" git remote set-url origin git@github.com:username/repo.git git push origin master