Push an existing repository from the command line
git remote add origin git@github.com:username/repo.git
git push -u origin master
Push an existing repository from the command line
git remote add origin git@github.com:username/repo.git
git push -u origin master