I have a folder with my project sources. How I can push this project into Github\'s repository?
I tried using this steps:
.git. git remote add origin [your_GitHub_Repository_link] (remember link should end with .git )git push -u origin masterHope this was useful.