Welcome to Git! To Upload local files to the online Git Repo, use following commands: git init git add . git commit -m "DC Add Project files" git remote add origin <[email protected]:deepak/my-new-project.git> git push -u -f origin master