mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 18:23:08 +03:00
e511f3d885
[cache] BugCache: Fix set metadata raw [bridge/github] Fix graphql input objects
27 lines
581 B
Markdown
27 lines
581 B
Markdown
## 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.
|
|
* [git-bug bridge pull](git-bug_bridge_pull.md) - Pull updates.
|
|
* [git-bug bridge push](git-bug_bridge_push.md) - Push updates.
|
|
* [git-bug bridge rm](git-bug_bridge_rm.md) - Delete a configured bridge.
|
|
|