Skip to content

How I (fredrikt) name my Git branches

fredrikt edited this page Sep 14, 2010 · 1 revision
  • fix/something – bug fixes
  • feature/something – an added feature is usable to end users
  • devel/something – refactoring of code and such, typically only helps development
  • svn/something – legacy branches from SVN – I’m planning on replacing these with Git tags as soon as I create a proper PGP key to sign the tags
Clone this wiki locally