LinuxCommandLibrary

git-bug

A distributed bug tracker that uses git's internal storage, so no files are added in your project.

TLDR

Create a new identity

$ git bug user create
copy


Create a new bug
$ git bug add
copy


You can push your new entry to a remote
$ git bug push
copy


You can pull for updates
$ git bug pull
copy


List existing bugs
$ git bug ls
copy


Filter and sort bugs using a query
$ git bug ls "[status]:[open] [sort]:[edit]"
copy


Search for bugs by text content
$ git bug ls "[search_query]" baz
copy

Copied to clipboard