aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md/git-bug_bridge.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-24 15:25:57 +0200
committerMichael Muré <batolettre@gmail.com>2018-09-24 15:25:57 +0200
commit43bda202fa347e6893671b05376c0e4fcb9196f4 (patch)
treea542a6b7f593335df9950df16997c9b220bf4520 /doc/md/git-bug_bridge.md
parent5e8fb7ec5058b816ccc9622f52dbf1777254656c (diff)
downloadgit-bug-43bda202fa347e6893671b05376c0e4fcb9196f4.tar.gz
commands: add the "bridge" and "bridge configure" commands
Diffstat (limited to 'doc/md/git-bug_bridge.md')
-rw-r--r--doc/md/git-bug_bridge.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/md/git-bug_bridge.md b/doc/md/git-bug_bridge.md
new file mode 100644
index 00000000..ce4f6d6d
--- /dev/null
+++ b/doc/md/git-bug_bridge.md
@@ -0,0 +1,23 @@
+## git-bug bridge
+
+Configure and use bridges to other bug trackers
+
+### Synopsis
+
+Configure and use bridges to other bug trackers
+
+```
+git-bug bridge [flags]
+```
+
+### Options
+
+```
+ -h, --help help for bridge
+```
+
+### SEE ALSO
+
+* [git-bug](git-bug.md) - A bug tracker embedded in Git
+* [git-bug bridge configure](git-bug_bridge_configure.md) - Configure a new bridge
+