DEV Community

Discussion on: How to organize your git branches

Collapse
 
androzhk profile image
Andrey

I've also seen author initials used to prefix the branch.
John Smith work on ticket FOO-42 -> js/FOO-42-doing-cool-stuff
Cannot say it's a way to go, but it has some pros

Collapse
 
jasonkarns profile image
Jason Karns • Edited

Git already has a mechanism to prefix author initials... remotes. If you need to segment branches by author, I would humbly submit that you ought to be using forks.