git-bug - rastreador de bugs armazenado no repositório git
(github.com/MichaelMure)- Todo o conteúdo é armazenado no repositório git
- É possível fazer push/pull de bugs usando um git remote comum
- Suporte offline
- Fornece UI interativa de terminal e UI web
- Também se integra bem com ferramentas existentes, como CLI e web
- Fornece bridge: GitHub, GitLab, Jira, Launchpad
- Windows/Mac/Linux/FreeBSD
Como usar
git bug user create
git bug add
git bug push [<remote>]
git bug pull [<remote>]
git bug ls
git bug ls "status:open sort:edit"
git bug termui // 인터랙티브 터미널 UI
git bug webui // 웹 UI
1 comentários
Dizem que não há lock-in, então fiquei realmente curioso para saber de que forma os dados são armazenados!