GIT WORKFLOW
- Fork master branch from https://github.com/DoNotErase/GoalSquad
- clone your fork to your local machine
- set upstream to https://github.com/DoNotErase/GoalSquad
- make changes on your master branch
- 'git pull upstream master'
- 'git push origin master'
- create pull request from your fork's master to org's master
- 'git pull --rebase upstream master' whenever pull requests are completed