Hacker News new | ask | show | jobs
by tionis 1310 days ago
I also like the write up about its internal data structure. It really helped me understand how to build my own git based tools. So thanks for that!
1 comments

As mentioned in the release notes, the intent is really to have a reusable data structure in git capable of conflict resolution, plus all the tooling around that. So if you want to build a tool using the same techniques but outside of git-bug's scope, please consider using it as a library.