DEV Community

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

Collapse
 
tbroyer profile image
Thomas Broyer

I actually don't work differently on solo projects or team ones: I rarely branch off of main either, good commit messages, rewrite history often until pushed. This probably because we use Gerrit at work, so no "pull request from a branch".

I do work differently when contributing to FLOSS projects though: branch early because I know I'll have to make a PR from that branch.