DEV Community

Discussion on: How do you use git when working solo?

Collapse
 
mmn6d6d6e profile image
Rahman Nur Hadi

For me, working solo is pretty much working as a team with my future-self.

I'm working on plenty project at the same time, and mostly are the "legacy apps". And remembering details isn't my strong point.

So: as organize as possible as long the constraints allow it. Branching off main branch, dev branch, hot fixes branch, squash the "oh I should've done this" commits, clear commit messages, etc.