# git-bug : git repo만을 이용하는 분산 버그 트래커

> Clean Markdown view of GeekNews topic #1874. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1874](https://news.hada.io/topic?id=1874)
- GeekNews Markdown: [https://news.hada.io/topic/1874.md](https://news.hada.io/topic/1874.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-04-12T11:17:28+09:00
- Updated: 2020-04-12T11:17:28+09:00
- Original source: [github.com](https://github.com/MichaelMure/git-bug)
- Points: 7
- Comments: 1

## Topic Body

- git repo에 bug tracking 정보를 저장

- offline 에서도 사용가능

- CLI (git bug *), 터미널UI, 웹UI 지원

- Github/Gitlab/Jira 와 연동 Bridge 지원

- GraphQL API로 다른 도구와 연동 가능

## Comments



### Comment 1575

- Author: xguru
- Created: 2020-04-12T11:17:42+09:00
- Points: 4

이런식으로 코드 리파지토리 자체에 버그트래킹 기능을 넣거나 하는 것으로는 Fossil https://fossil-scm.org/ 도 있음

Bug Tracker 뿐만 아니라 Wiki, Forum, Technotes 등이 다 리파지토리에 저장하고 클론하면 모든 내용을 다 받아 오는 구조.

SQLite 의 개발자인 Richard Hipp 이 만든 것으로 유명
