From fc266b733cf0ea794209031e3500ab3f86db6cee Mon Sep 17 00:00:00 2001 From: Kalin Staykov Date: Sat, 26 Nov 2022 15:49:59 +0200 Subject: add wipe sub-command that remove local bugs and identities --- doc/md/git-bug.md | 1 + doc/md/git-bug_wipe.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 doc/md/git-bug_wipe.md (limited to 'doc/md') diff --git a/doc/md/git-bug.md b/doc/md/git-bug.md index b311aff5..a71d6dfb 100644 --- a/doc/md/git-bug.md +++ b/doc/md/git-bug.md @@ -34,4 +34,5 @@ git-bug [flags] * [git-bug user](git-bug_user.md) - List identities * [git-bug version](git-bug_version.md) - Show git-bug version information * [git-bug webui](git-bug_webui.md) - Launch the web UI +* [git-bug wipe](git-bug_wipe.md) - Wipe git-bug from the git repository diff --git a/doc/md/git-bug_wipe.md b/doc/md/git-bug_wipe.md new file mode 100644 index 00000000..be1a7246 --- /dev/null +++ b/doc/md/git-bug_wipe.md @@ -0,0 +1,18 @@ +## git-bug wipe + +Wipe git-bug from the git repository + +``` +git-bug wipe [flags] +``` + +### Options + +``` + -h, --help help for wipe +``` + +### SEE ALSO + +* [git-bug](git-bug.md) - A bug tracker embedded in Git + -- cgit