DEV Community

Discussion on: Vote: What do you prefer for parallel stories development? New branch OR New forked repo

Collapse
 
mandarbadve profile image
Mandar Badve

I agree about the overhead. How about, developer can create her/his own personal forked repo and she/he can create pull request to it's parent repo? This way we can get rid of overhead.

Collapse
 
samjakob profile image
Sam (NBTX)

But then wouldn't they end up just using branches to prevent merge commit hell?
By which point they may as well just work on a branch on the main repo...

Plus, that approach could get kind of messy when groups of developers are working on stories.