Branching Strategy - uzbekvoice/backend GitHub Wiki

When you are going to work on any code related task, please make sure that you have created new branch.

Name of branch should meet following requirements.

  1. Task types:
    • fix
    • enhancement (new features, etc.)
  2. Issue number (you can get this number from issues section in backend repository page)
  3. Task name

Resulting name of branch should look like:

[task-type]-[issue-number]-[task-name]

For example:

enhancement-2-Develop-core-for-backend

How to create new branch?

Execute following command on your terminal:

git branch -b branch-name