DEV Community

Discussion on: How do you name your git branches?

Collapse
 
electrode profile image
Electrode Cathode

Where I work we name our branches like so.
For any new feature you want to add :
feat/user-email-notifications
For any bug fix
fix/user-signup-buttons