
git-bug
List of commands for git-bug:
-
git-bug:tldr:1670c git-bug: You can pull for updates.$ git bug pulltry on your machineexplain this command
-
git-bug:tldr:5325b git-bug: List existing bugs.$ git bug lstry on your machineexplain this command
-
git-bug:tldr:53370 git-bug: Create a new identity.$ git bug user createtry on your machineexplain this command
-
git-bug:tldr:56a6f git-bug: Create a new bug.$ git bug addtry on your machineexplain this command
-
git-bug:tldr:5bcb2 git-bug: You can push your new entry to a remote.$ git bug pushtry on your machineexplain this command
-
git-bug:tldr:67145 git-bug: Search for bugs by text content.$ git bug ls "${search_query}" baztry on your machineexplain this command
-
git-bug:tldr:b48cc git-bug: Filter and sort bugs using a query.$ git bug ls "${status}:${open} ${sort}:${edit}"try on your machineexplain this command