DEV Community

Discussion on: Git: Is branch/merge/release cycle necessary for solo developer projects?

Collapse
 
prahladyeri profile image
Prahlad Yeri • Edited

Yep, I'm not changing my setup. I'm just trying to understand the benefits of the other kind of setup that is followed by many devs (branch/merge/release).

Collapse
 
tyrrrz profile image
Oleksii Holub

You should look into git flow atlassian.com/git/tutorials/compar...

Thread Thread
 
prahladyeri profile image
Prahlad Yeri

Thanks dude, that looks like a good resource.