aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md/git-bug.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-03-01 23:17:57 +0100
committerGitHub <noreply@github.com>2019-03-01 23:17:57 +0100
commit7260ca05bc3588c0572887a7d8f1b897c7fc13da (patch)
tree66854358df3cb9de651f7688556ec5a4b8ab1868 /doc/md/git-bug.md
parent0aefae6fcca5786f2c898029c3d6282f760f2c63 (diff)
parentb6bed784e5664819250aac20b2b9690879ee6ab1 (diff)
downloadgit-bug-7260ca05bc3588c0572887a7d8f1b897c7fc13da.tar.gz
Merge pull request #89 from MichaelMure/identity
WIP identity in git
Diffstat (limited to 'doc/md/git-bug.md')
-rw-r--r--doc/md/git-bug.md37
1 files changed, 19 insertions, 18 deletions
diff --git a/doc/md/git-bug.md b/doc/md/git-bug.md
index a1c1c885..1de9133b 100644
--- a/doc/md/git-bug.md
+++ b/doc/md/git-bug.md
@@ -1,6 +1,6 @@
## git-bug
-A bug tracker embedded in Git
+A bug tracker embedded in Git.
### Synopsis
@@ -24,22 +24,23 @@ git-bug [flags]
### SEE ALSO
-* [git-bug add](git-bug_add.md) - Create a new bug
-* [git-bug bridge](git-bug_bridge.md) - Configure and use bridges to other bug trackers
-* [git-bug commands](git-bug_commands.md) - Display available commands
-* [git-bug comment](git-bug_comment.md) - Display or add comments
-* [git-bug deselect](git-bug_deselect.md) - Clear the implicitly selected bug
-* [git-bug label](git-bug_label.md) - Display, add or remove labels
-* [git-bug ls](git-bug_ls.md) - List bugs
+* [git-bug add](git-bug_add.md) - Create a new bug.
+* [git-bug bridge](git-bug_bridge.md) - Configure and use bridges to other bug trackers.
+* [git-bug commands](git-bug_commands.md) - Display available commands.
+* [git-bug comment](git-bug_comment.md) - Display or add comments.
+* [git-bug deselect](git-bug_deselect.md) - Clear the implicitly selected bug.
+* [git-bug label](git-bug_label.md) - Display, add or remove labels.
+* [git-bug ls](git-bug_ls.md) - List bugs.
* [git-bug ls-id](git-bug_ls-id.md) - List Bug Id
-* [git-bug ls-label](git-bug_ls-label.md) - List valid labels
-* [git-bug pull](git-bug_pull.md) - Pull bugs update from a git remote
-* [git-bug push](git-bug_push.md) - Push bugs update to a git remote
-* [git-bug select](git-bug_select.md) - Select a bug for implicit use in future commands
-* [git-bug show](git-bug_show.md) - Display the details of a bug
-* [git-bug status](git-bug_status.md) - Display or change a bug status
-* [git-bug termui](git-bug_termui.md) - Launch the terminal UI
-* [git-bug title](git-bug_title.md) - Display or change a title
-* [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 ls-label](git-bug_ls-label.md) - List valid labels.
+* [git-bug pull](git-bug_pull.md) - Pull bugs update from a git remote.
+* [git-bug push](git-bug_push.md) - Push bugs update to a git remote.
+* [git-bug select](git-bug_select.md) - Select a bug for implicit use in future commands.
+* [git-bug show](git-bug_show.md) - Display the details of a bug.
+* [git-bug status](git-bug_status.md) - Display or change a bug status.
+* [git-bug termui](git-bug_termui.md) - Launch the terminal UI.
+* [git-bug title](git-bug_title.md) - Display or change a title.
+* [git-bug user](git-bug_user.md) - Display or change the user identity.
+* [git-bug version](git-bug_version.md) - Show git-bug version information.
+* [git-bug webui](git-bug_webui.md) - Launch the web UI.