How to upload files from local to the repository git add file_names git commit -m "commit comment" git remote add origin git@github.com:stubz/stock_info.git ( only first time ) git push -u origin master