DEV Community

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

Collapse
 
daveskull81 profile image
dAVE Inden

I like this approach to branch based on how long the work will take. Something short that will be done in a single sitting can be tested and pushed out to master, but a longer term feature can be put to a branch for changes to be saved remotely as well as locally until it is ready. Interesting.