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 "Initial commit"` * `git add remote origin url` * `git push -u origin master`