practice git flow
- Fork repo to your own repo.
- Clone to local machine.
- Add upstream to AreYouARobot's geetpractice.
- Make a feature branch to do work on.
- Commit often! Prefix your commits? (e.g. (feat)).
- Run git pull --rebase upstream master to pull down production master.
- Check for conflicts if any and fix them, then push (git push origin branch_name).
- (squash?) Make a pull request for your respective member to check and, hopefully, merge!