hn • r/hackernews
Comment on: Git rebase -i is not that scary
I use it often as well, but if I'm rebasing more than a handful of commits it becomes very annoying and confusing if there's a conflict.
Manual interactive rebases become cognitively overwhelming and error-prone when developers must resolve cascading conflicts across large commit sets. RebaseLens provides a stateful, visual interface that tracks resolution progress across the entire rebase chain, turning complex rewrites into predictable workflows.