- [] GitHub-tut
- [] Log Commits
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/mordiaky/repo.git git push -u origin master
push already created git git remote add origin https://github.com/mordiaky/repo.git git branch -M master git push -u origin master
- [] Initialize a git repo on github