DEV Community

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

Collapse
 
fcfn profile image
Peter Timoshevsky

If it's something experimental, I would branch it out and merge to master when it's deemed stable or actually needed. Otherwise it goes into master.