DEV Community

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

Collapse
 
chrisachard profile image
Chris Achard

If it's just me? Everything just goes into master šŸ¤£

On a team is when I start to worry about feature branches and PRs, etc. Maybe that's practicing bad habits, but on my own (and especially on fun/side projects), I simply optimize for development speed :)

Collapse
 
daveskull81 profile image
dAVE Inden

I agree. I often just want to get the work done too. On projects that are more for fun it seems like a nice way to go, especially if Iā€™m working by myself.