mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
\
This commit is contained in:
parent
0cf21c22c5
commit
b0dadbd6c5
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ However, the changes that you want to submit reside in a local branch called `lo
|
|||
```shell
|
||||
git push origin HEAD:refs/for/remote-branch/local-branch \
|
||||
-o topic="my-first-contribution" \
|
||||
-o title="My First Pull Request!"
|
||||
-o title="My First Pull Request!" \
|
||||
```
|
||||
|
||||
This syntax can be disorienting for users that are accustomed to commands such as `git push origin remote-branch` or `git push origin local-branch:remote-branch`.
|
||||
|
|
Loading…
Reference in a new issue