Hacker News new | ask | show | jobs
by barbazoo 13 days ago
> I get all my conflicts on branches because I rebase before merging

Pretty sure it's the other way around. You're on the branch and rebase it atop current master. If you merge after that, you won't have merge conflicts.