git init git add README.md git commit -m "first commit" //The following commands are used to push an existing repo to github git remote add origin git@github.com:roysteven/TCCC.git git push -u origin master