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.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
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.