how to upload your new project to github code example
Example: how to upload existing project to github
git remote add origin remote repository URL
git remote -v
git push -f origin master
git remote add origin remote repository URL
git remote -v
git push -f origin master