Post #2695918
2026-04-17 02:03 UTC
@isaiah@mastodon.social We can't push directly to main, so yes, new branch for each bug fix or feature. I rebase liberally on this branch since it's just for me. Generally try to do just one fix per branch unless there's another closely related fix in the same area.
I delete the branch after merging or else they would just clutter things up over time.
Usually switch between branches in the same directory, unless it's a big structural refactoring that would make switching difficult.
I follow this for personal projects too, mostly because I'm so used to it I think.
Replies (0)
No replies.