snippetbashTip
git bug — A distributed bug tracker that uses Git's internal storage, so no files are added in your project. Y
Viewed 0 times
commandgit bugdistributedbugclitrackerthatuses
Problem
How to use the
git bug command: 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 information: <https://github.com/git-bug/git-bug/blob/master/doc/md/git-bug.md>.Solution
git bug — 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 information: <https://github.com/git-bug/git-bug/blob/master/doc/md/git-bug.md>.Create a new identity:
git bug user createCreate a new bug:
git bug addPush a new bug entry to a remote:
git bug pushPull for updates:
git bug pullList existing bugs:
git bug lsFilter and sort bugs using a query:
git bug ls "{{status}}:{{open}} {{sort}}:{{edit}}"Search for bugs by text content:
git bug ls "{{search_query}}" bazCode Snippets
Create a new identity
git bug user createCreate a new bug
git bug addPush a new bug entry to a remote
git bug pushPull for updates
git bug pullList existing bugs
git bug lsContext
tldr-pages: common/git bug
Revisions (0)
No revisions yet.