Hacker News new | ask | show | jobs
by tomasreimers 1003 days ago
https://stacking.dev/ has a good summary of this!

tl;dr the difference is a stack is merged partially as it's built out (that reduces merge conflicts, allows you to revert individual parts as found) and a feature branch is long-lived. Hope that helps :)