DEV Community

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

Collapse
 
arsalakhan profile image
Arsala Khan

I try to commit important checkpoints so if something breaks I can check the log and do a hard reset to the last commit that worked. Since I enjoy finding creative ways to refactor code, this is super useful if I go down the won't refactoring path.

I don't stress too much about being religious with feature branches. I let the feature branches evolve naturally with the project.