Skip to content
Sergey edited this page Jan 2, 2016 · 3 revisions

There are some rules for working with branches:

  • Prefer rebase to merge.
  • If a commit to the master requires version changing, tag it appropriate (e.g. v.1.0.4).
  • You should create a new branch for a new feature or nontrivial refactoring (e.g. multiple_vertex_sources).
  • You can commit bugfixes to the master directly using rebase.
Clone this wiki locally