# git-bug - git repo에 저장되는 버그 트래커

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=7964](https://news.hada.io/topic?id=7964)
- GeekNews Markdown: [https://news.hada.io/topic/7964.md](https://news.hada.io/topic/7964.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-12-06T10:36:02+09:00
- Updated: 2022-12-06T10:36:02+09:00
- Original source: [github.com/MichaelMure](https://github.com/MichaelMure/git-bug)
- Points: 11
- Comments: 1

## Topic Body

- 모든 내용이 git repo에 저장됨   
- 일반 git remote에 버그 푸시/풀 가능  
- 오프라인 지원   
- 인터랙티브 터미널 UI 및 웹 UI 제공  
- 기존 CLI/웹 등의 도구들과도 잘 연동  
  - bridge 제공 : GitHub, GitLab, Jira, Launchpad  
- 윈/맥/리눅스/FreeBSD   
### 사용 방법  
```  
git bug user create  
git bug add   
git bug push [&lt;remote&gt;]  
git bug pull [&lt;remote&gt;]  
git bug ls  
git bug ls "status:open sort:edit"  
git bug termui // 인터랙티브 터미널 UI   
git bug webui // 웹 UI  
```

## Comments



### Comment 13626

- Author: galadbran
- Created: 2022-12-06T11:51:42+09:00
- Points: 1

락인이 없다는데 어떤 식으로 데이터를 저장하는지 정말 궁급해지네요!
