mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 02:01:43 +03:00
doc/man: update generated documentations
This commit is contained in:
parent
be94780315
commit
c5824ff1b4
@ -95,7 +95,7 @@ Private:
|
||||
Enter token: 87cf5c03b64029f18ea5f9ca5679daa08ccbd700
|
||||
Successfully configured bridge: default
|
||||
|
||||
# For Github
|
||||
# For GitHub
|
||||
git bug bridge configure \\
|
||||
\-\-name=default \\
|
||||
\-\-target=github \\
|
||||
@ -109,6 +109,13 @@ git bug bridge configure \\
|
||||
\-\-target=launchpad\-preview \\
|
||||
\-\-url=https://bugs.launchpad.net/ubuntu/
|
||||
|
||||
# For Gitlab
|
||||
git bug bridge configure \\
|
||||
\-\-name=default \\
|
||||
\-\-target=github \\
|
||||
\-\-url=https://github.com/michaelmure/git\-bug \\
|
||||
\-\-token=$(TOKEN)
|
||||
|
||||
.fi
|
||||
.RE
|
||||
|
||||
|
@ -45,7 +45,7 @@ Private:
|
||||
Enter token: 87cf5c03b64029f18ea5f9ca5679daa08ccbd700
|
||||
Successfully configured bridge: default
|
||||
|
||||
# For Github
|
||||
# For GitHub
|
||||
git bug bridge configure \
|
||||
--name=default \
|
||||
--target=github \
|
||||
@ -58,6 +58,13 @@ git bug bridge configure \
|
||||
--name=default \
|
||||
--target=launchpad-preview \
|
||||
--url=https://bugs.launchpad.net/ubuntu/
|
||||
|
||||
# For Gitlab
|
||||
git bug bridge configure \
|
||||
--name=default \
|
||||
--target=github \
|
||||
--url=https://github.com/michaelmure/git-bug \
|
||||
--token=$(TOKEN)
|
||||
```
|
||||
|
||||
### Options
|
||||
|
Loading…
Reference in New Issue
Block a user