Skip to content
Alexandre Bolot edited this page Feb 12, 2021 · 6 revisions

Gitflow

  1. Pull changes from master
  2. Create branch from master (give it a meaningful name)
  3. Code on your branch
    • Commit as you want on this branch
    • Push this branch on github
  4. Create a pull-request from the github interface (here)
  5. Wait for approval
  6. Squash and merge the commits into the master branch (see documentation here)
Clone this wiki locally