Skip to content

Instantly share code, notes, and snippets.

@faycal1
faycal1 / git_branch_naming.md
Created December 26, 2018 09:17 — forked from revett/git_branch_naming.md
Git Branch Naming Conventions

<type>/<name>

<type>

bug    - Code changes linked to a known issue.
feat   - New feature.
hotfix - Quick fixes to the codebase.
junk   - Experiments (will never be merged).