Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 417 Bytes

File metadata and controls

11 lines (9 loc) · 417 Bytes

GIT WORKFLOW

  1. Fork master branch from https://github.com/DoNotErase/GoalSquad
  2. clone your fork to your local machine
  3. set upstream to https://github.com/DoNotErase/GoalSquad
  4. make changes on your master branch
  5. 'git pull upstream master'
  6. 'git push origin master'
  7. create pull request from your fork's master to org's master
  8. 'git pull --rebase upstream master' whenever pull requests are completed