Skip to content

Creating branches

Vinayaka Gadag edited this page Jan 30, 2022 · 1 revision

Follow the below guidelines to create your git branches.

  • feature branches

    • Prefix 'feature' for creating feature branches.
    • feature/{issue_id}-{branch-name}
  • bugfix branches

    • Prefix 'bugfix' for creating bugfix branches.
    • bugfix/{issue_id}-{branch-name}
Clone this wiki locally