6 ms·
I think this already exists for issues. git-bug [1] uses git internal files to store the issues. It is distributed and it even comes with a web ui in addition t
by clemiclemen 3y ago
I think this already exists for issues. git-bug [1] uses git internal files to store the issues. It is distributed and it even comes with a web ui in addition to the usual cli.
[1]: https://github.com/MichaelMure/git-bug https://github.com/MichaelMure/git-bug
- colinsane 3y agodo you know of any projects using [anything like] git-bug? i know i've encountered something like this once in a notable repo. thought it was graphics related, like mesa or something, but looks like they're using GitLab.
- oooyay 3y agoMost CI runners use git notes which is similar to what git-bug uses iirc
- kamikazechaser 3y agoA friend of mine wrote a similar tool. https://github.com/nolash/piknik https://github.com/nolash/piknik.