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
|
Enter token: 87cf5c03b64029f18ea5f9ca5679daa08ccbd700
|
||||||
Successfully configured bridge: default
|
Successfully configured bridge: default
|
||||||
|
|
||||||
# For Github
|
# For GitHub
|
||||||
git bug bridge configure \\
|
git bug bridge configure \\
|
||||||
\-\-name=default \\
|
\-\-name=default \\
|
||||||
\-\-target=github \\
|
\-\-target=github \\
|
||||||
@ -107,7 +107,14 @@ git bug bridge configure \\
|
|||||||
git bug bridge configure \\
|
git bug bridge configure \\
|
||||||
\-\-name=default \\
|
\-\-name=default \\
|
||||||
\-\-target=launchpad\-preview \\
|
\-\-target=launchpad\-preview \\
|
||||||
\-\-url=https://bugs.launchpad.net/ubuntu/
|
\-\-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
|
.fi
|
||||||
.RE
|
.RE
|
||||||
|
@ -45,7 +45,7 @@ Private:
|
|||||||
Enter token: 87cf5c03b64029f18ea5f9ca5679daa08ccbd700
|
Enter token: 87cf5c03b64029f18ea5f9ca5679daa08ccbd700
|
||||||
Successfully configured bridge: default
|
Successfully configured bridge: default
|
||||||
|
|
||||||
# For Github
|
# For GitHub
|
||||||
git bug bridge configure \
|
git bug bridge configure \
|
||||||
--name=default \
|
--name=default \
|
||||||
--target=github \
|
--target=github \
|
||||||
@ -57,7 +57,14 @@ git bug bridge configure \
|
|||||||
git bug bridge configure \
|
git bug bridge configure \
|
||||||
--name=default \
|
--name=default \
|
||||||
--target=launchpad-preview \
|
--target=launchpad-preview \
|
||||||
--url=https://bugs.launchpad.net/ubuntu/
|
--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
|
### Options
|
||||||
|
Loading…
Reference in New Issue
Block a user