2021-09-03 23:41:14 +01:00
|
|
|
# git bug
|
|
|
|
|
pages*: fix brand and technical names (#12145)
* pages*: fix Python, Java, pacman, apt, *zip*, xz, tar, git, RPM and grep names
* pages*: fix brand and technical names
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
* fluxctl, gitmoji, in-toto-run, osv-scanner: replace `git` with Git
* bzegrep: enclose egrep with backticks
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
* git-bug: use Git instead of `git`
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
* git-bug: use Git instead of `git`
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
* git-force-clone: use Git instead of `git`
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
* gitwatch: use Git instead of `git`
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
* hub-init: use Git instead of `git`
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
* pages.*: use Linux instead of GNU/Linux
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-01-30 04:46:32 +00:00
|
|
|
> 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.
|
2021-09-03 23:41:14 +01:00
|
|
|
> More information: <https://github.com/MichaelMure/git-bug/blob/master/doc/md/git-bug.md>.
|
|
|
|
|
|
|
|
- Create a new identity:
|
|
|
|
|
|
|
|
`git bug user create`
|
|
|
|
|
|
|
|
- Create a new bug:
|
|
|
|
|
|
|
|
`git bug add`
|
|
|
|
|
|
|
|
- You can push your new entry to a remote:
|
|
|
|
|
|
|
|
`git bug push`
|
|
|
|
|
|
|
|
- You can pull for updates:
|
|
|
|
|
|
|
|
`git bug pull`
|
|
|
|
|
|
|
|
- List existing bugs:
|
|
|
|
|
|
|
|
`git bug ls`
|
|
|
|
|
|
|
|
- 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`
|