dllatas / wizard

Solving the Wizard book
0 stars 0 forks source link

Define workflow with branches #3

Open dllatas opened 7 years ago

dllatas commented 7 years ago

Define how to collaborate between different branches. Specially master and gh-pages.

dllatas commented 7 years ago

Since gh-pages is the deployment branch. The work flow should be as follows:

  1. Create local branch for feature "x"
  2. Open PR for feature "x"
  3. Merge PR to Master
  4. Merge master in gh-pages

@jusj Please, let me know if this is clear