From e511f3d885e5e7f15d3b7f8e500380f0c63bc377 Mon Sep 17 00:00:00 2001 From: Amine Hilaly Date: Sat, 22 Jun 2019 13:40:17 +0200 Subject: [misc] update man docs and completion scripts [cache] BugCache: Fix set metadata raw [bridge/github] Fix graphql input objects --- doc/md/git-bug_bridge_push.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/md/git-bug_bridge_push.md (limited to 'doc/md/git-bug_bridge_push.md') diff --git a/doc/md/git-bug_bridge_push.md b/doc/md/git-bug_bridge_push.md new file mode 100644 index 00000000..35436dd6 --- /dev/null +++ b/doc/md/git-bug_bridge_push.md @@ -0,0 +1,22 @@ +## git-bug bridge push + +Push updates. + +### Synopsis + +Push updates. + +``` +git-bug bridge push [] [flags] +``` + +### Options + +``` + -h, --help help for push +``` + +### SEE ALSO + +* [git-bug bridge](git-bug_bridge.md) - Configure and use bridges to other bug trackers. + -- cgit