DEV Community

Discussion on: Do you Git Branch in personal projects?

Collapse
 
joelnwalkley profile image
Joel N. Walkley

I have a solo side gig that includes 2 projects for a client. One of the projects is just simple config file changes when a directory listing is updated - I push those to the main branch.
The other is a more complex full-feature app. You better believe I use branches for that one because I inevitably try something out for feature request that fails miserably. I am thankful I can just delete the branch and start over from the most recent stable develop commit,