Skip to content

Instantly share code, notes, and snippets.

@djego
Created May 22, 2019 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djego/998479cb2ab31aa420476aec95299d62 to your computer and use it in GitHub Desktop.
Save djego/998479cb2ab31aa420476aec95299d62 to your computer and use it in GitHub Desktop.
Branch name convention (Cafetech)

Branch name convention

  • master
  • dev
  • feature/[project-key-ticket][story title separated by line]
  • fix/[project-key-ticket][story title separated by line]
  • hotfix/[project-key-ticket][story title separated by line]

Example:

  • feature/CRM-143-consultar-alumno
  • fix/UU-144-error-login
  • hotfix/FLA-325-en-comentarios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment