Hacker News new | ask | show | jobs
by skydhash 617 days ago
That’s when you introduce feature branch if the work is going to take days or months to get right. That feature branch will be the target of these PRs. Then you either merge (if you want the history) or squash if you don’t
1 comments

Everyone knows what a feature branch is. Even people who choose to not use them.