DEV Community

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

Collapse
 
salocinski profile image
STRYJEWSKI Nicolas

I always worked on master branch when it was some personal work/fun. Why ? Because I was like you. I worked on one todo at a time and I didn't care about file's version. I don't know if it was a good way to worked. But it was mine ^

Collapse
 
daveskull81 profile image
dAVE Inden

Thanks for sharing your experience! I'm sure there are many others who have worked the same way. I'm starting to get a better workflow down to better practice real world git workflow that will be good for a team. Do you still work this way on personal stuff? Or have you adopted a different workflow?