git-bug_bridge.md

 1## git-bug bridge
 2
 3Configure and use bridges to other bug trackers.
 4
 5### Synopsis
 6
 7Configure and use bridges to other bug trackers.
 8
 9```
10git-bug bridge [flags]
11```
12
13### Options
14
15```
16  -h, --help   help for bridge
17```
18
19### SEE ALSO
20
21* [git-bug](git-bug.md)	 - A bug tracker embedded in Git.
22* [git-bug bridge configure](git-bug_bridge_configure.md)	 - Configure a new bridge.
23* [git-bug bridge pull](git-bug_bridge_pull.md)	 - Pull updates.
24* [git-bug bridge push](git-bug_bridge_push.md)	 - Push updates.
25* [git-bug bridge rm](git-bug_bridge_rm.md)	 - Delete a configured bridge.
26* [git-bug bridge token](git-bug_bridge_token.md)	 - List all known tokens.
27