Current new repo text:
..or create a new repository on the command line
echo "# repo" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M master
git remote add origin https://github.com/your/repo.git
git push -u origin master