Skip to content

Branching

Alexander Yevsyukov edited this page Jan 12, 2022 · 1 revision

Here are our branching requirements:

  • master is always a production-ready branch;
  • every change to the codebase is made through a separate feature branch.

Each feature branch should be based on master to make the merge commits clear.

Creation of a feature branch on top of another feature branch should be avoided.

Clone this wiki locally