Git branch naming conventions

  • Format
    • sprint-no/type/issue-number
  • master
  • hotfix
  • release
  • develop
    • feature
    • bugfix
    • poc

git branch sprint-1/feature/task-1

agence