commands.sh

git bug

all

A distributed bug tracker that uses Git's internal storage, so no files are added in your project. You may submit your problems to the same Git remote you use to interact with others, much like commits and branches.

More info →

Examples (7)

Create a new identity

git bug user create

Create a new bug

Push a new bug entry to a remote

git bug push

Pull for updates

git bug pull

List existing bugs

Filter and sort bugs using a query

git bug ls "status:open sort:edit"

Search for bugs by text content

git bug ls "search_query" baz
made by @shridhargupta | data from tldr-pages