Hacker News new | ask | show | jobs
by webstrand 1310 days ago
I've wanted this ever since I learned that Fossil embedded its own bug tracker. Now I just need a way to ingest GitHub issues into this system
1 comments

It can already do that using a feature called "bridges"
... which are bidirectional and incremental, meaning that you can use git-bug as an offline and local copy for github[1], without having to convert everyone on the project to that tool.

[1] https://github.com/MichaelMure/git-bug/blob/master/doc/howto...