0ef4e9ec3d
Fully featured git bug tracker that: * Is fully embeded in git: you only need your git repository to have a bug tracker. * Is distributed: use your normal git remote to collaborate, push and pull your bugs! * Works offline: in a plane or under the sea? Keep reading and writing bugs! * Prevents vendor lock-in: your usual service is down or went bad? You already have a full backup. * Is fast: listing bugs or opening them is a matter of milliseconds. * Doesn't pollute your project: no files are added in your project. * Integrates with your tooling: use the UI you like (CLI, terminal, web) or integrate with your existing tools through the CLI or the GraphQL API. * Bridges to other bug trackers: use bridges to import and export to other trackers. WWW: https://github.com/MichaelMure/git-bug PR: 245578 Submitted by: Lewis Cook <vulcan@wired.sh>
40 lines
1.2 KiB
Text
40 lines
1.2 KiB
Text
bin/git-bug
|
|
etc/bash_completion.d/git-bug
|
|
man/man1/git-bug-add.1.gz
|
|
man/man1/git-bug-bridge-auth-add-token.1.gz
|
|
man/man1/git-bug-bridge-auth-rm.1.gz
|
|
man/man1/git-bug-bridge-auth-show.1.gz
|
|
man/man1/git-bug-bridge-auth.1.gz
|
|
man/man1/git-bug-bridge-configure.1.gz
|
|
man/man1/git-bug-bridge-pull.1.gz
|
|
man/man1/git-bug-bridge-push.1.gz
|
|
man/man1/git-bug-bridge-rm.1.gz
|
|
man/man1/git-bug-bridge.1.gz
|
|
man/man1/git-bug-commands.1.gz
|
|
man/man1/git-bug-comment-add.1.gz
|
|
man/man1/git-bug-comment.1.gz
|
|
man/man1/git-bug-deselect.1.gz
|
|
man/man1/git-bug-label-add.1.gz
|
|
man/man1/git-bug-label-rm.1.gz
|
|
man/man1/git-bug-label.1.gz
|
|
man/man1/git-bug-ls-id.1.gz
|
|
man/man1/git-bug-ls-label.1.gz
|
|
man/man1/git-bug-ls.1.gz
|
|
man/man1/git-bug-pull.1.gz
|
|
man/man1/git-bug-push.1.gz
|
|
man/man1/git-bug-select.1.gz
|
|
man/man1/git-bug-show.1.gz
|
|
man/man1/git-bug-status-close.1.gz
|
|
man/man1/git-bug-status-open.1.gz
|
|
man/man1/git-bug-status.1.gz
|
|
man/man1/git-bug-termui.1.gz
|
|
man/man1/git-bug-title-edit.1.gz
|
|
man/man1/git-bug-title.1.gz
|
|
man/man1/git-bug-user-adopt.1.gz
|
|
man/man1/git-bug-user-create.1.gz
|
|
man/man1/git-bug-user-ls.1.gz
|
|
man/man1/git-bug-user.1.gz
|
|
man/man1/git-bug-version.1.gz
|
|
man/man1/git-bug-webui.1.gz
|
|
man/man1/git-bug.1.gz
|
|
share/zsh/site-functions/_git-bug
|