Skip to content
sgriffinusa edited this page Feb 3, 2012 · 3 revisions

#Conventions

##Branch naming convention In Git we should create a branch for each feature, chore, bug, etc. Liron suggested a good naming convention:

  • feature-12345-brief description
  • chore-12345-brief description
  • etc.

Where 12345 is the Pivotal Story ID.

Clone this wiki locally