mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-24 18:09:26 -05:00
fix small markdown error
This commit is contained in:
parent
a927273363
commit
89c17ef6a7
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ The following parameters are available:
|
|||
|
||||
- `HEAD`: The target branch **(required)**
|
||||
- `refs/<for|draft|for-review>/<branch>/<session>`: Refspec **(required)**
|
||||
- `for`/`draft``for-review`: This parameter describes the Pull Request type. **for** opens a normal Pull Request. **draft** and **for-review** are currently silently ignored.
|
||||
- `for`/`draft`/`for-review`: This parameter describes the Pull Request type. **for** opens a normal Pull Request. **draft** and **for-review** are currently silently ignored.
|
||||
- `<branch>`: The target branch that a Pull Request should be merged against **(required)**
|
||||
- `<session>`: The local branch that should be submitted remotely. **If left empty,** the currently checked out branch will be submitted by default, however, you **must** use `topic`.
|
||||
- `-o <topic|title|description|force-push>`: Push options
|
||||
|
|
Loading…
Reference in a new issue