to upload a project on githu 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