DEV Community

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

Collapse
 
robertomaurizzi profile image
Roberto Maurizzi

It really depends on the project's complexity. If it's non-trivial I usually still have at least development and production branches (no master :-) )
For simpler projects I commit trivial changes and fixes to master but I create feature branches for any more complex or "risky" change.