This is intended for learning how to use Github Steps to set up a Github by the very first time git init git add nameOfFile.ext git commit -m "Message to leave on commint" git add remote origin url-to-github-repository git push -u origin master