Show HN: Kinetic Merge – merge a refactored codebase and stay sane
Category: devtools
Tags: git-merge, refactoring, scala
Score: 7.5/10 (Innovation: 7, Technical: 8, Documentation: 8, Utility: 7)
Kinetic Merge is a CLI tool that enhances Git merge by holistically tracking code motion across a codebase, handling refactors like file splits, concatenations, and intra-file moves. It's interesting because it addresses a painful real-world problem for teams where heavy refactoring and rapid development collide, reducing merge conflicts and manual resolution.
Target audience: backend devs
Repository: https://github.com/sageserpent-open/kineticMerge · Scala · MIT · 24 stars
View on Hacker News