SOEN 6441

Git flow procedure

  1. pull from master
  2. create a branch
  3. work on the branch, commit regularly
  4. push local branch to remote
  5. create a pull request (to merge into master)
  6. every one review the pull request
  7. merge the branch into master, delete the branch
  8. everyone pull the latest changes from master
  9. repeat from step 2