Skip to content

git branches naming

François Déchelle edited this page Aug 4, 2016 · 2 revisions

branch naming scheme

Branches are named using this scheme: PREFIX/NAME

PREFIX values are:

  • exp: an experimental branch
  • feature: a branch for new feature implementation
  • hotfix: a branch to fix a bug on a release
  • deprecated: a branch to keep an access to deprecated code, but which may be interesting to look at

Names should be short.

Names can include underscores

Clone this wiki locally