---
title: Definition of branch
tags: git,notes
---
* **master** branch will be used for production environment
* **develop** branch will be used for develop environment
* **feature/{name}** branch will be used for feature development
* **bug/{ref}** branch will be used for bugfix in development
* **hotfix** branch will be used for immediate fix on production issue
* **release/v{x.y.z}** branch will be used for releasing a deliverable to production
For additional info on git usage refer to our [git-handbook](/o6_pCakfTiyG58mh9S5SRw)