git push How to push git add README.md git commit -m 'First commit' git remote add origin git@github.com:zauc/head_first_python.git git push -u origin master