pythoncode (miscellaneous ones) How to create a new repository Follow instructions as follows! echo "# pythoncode" >> README.md git init git add README.md git commit -m "first commit" git branch -M master git remote add origin https://github.com/shenge86/pythoncode.git git push -u origin master