how to upload a code in github for a existing repository 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