This repository's purpose is to learn how to setup a new git repo

  1. git init
  2. git add file.ext
  3. git commit -m "Message"
  4. git remote add origin url-to-github-repo
  5. git push -u origin master