DEV Community

Discussion on: Git Workflow: Do you commit to master on your solo projects?

Collapse
 
jefftriplett profile image
Jeff Triplett (he/him)

For "me" projects, I commit to master, and I leverage branches for bigger or messy features. That way I can work on an idea, and if it doesn't work, I can throw it away or file it away for a later date.

Collapse
 
daveskull81 profile image
dAVE Inden

This is a pretty common sentiment. It seems like complexity of the change is a big driving factor in folks decision on how their git flow will go.