If you cloned the repo from someone's repo on Github (for example some boilerplate), you made some changes and you wish to push it to your Github.
Steps:
change your remote repo:
git remote add 'some name' url of your newly created repo in Github
git pull 'some name' master (if you created repo with README)
Steps to add existing project from your machine into Github:
project url