0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-21 17:36:59 -05:00
This commit is contained in:
Panagiotis "Ivory" Vasilopoulos 2024-02-11 15:01:22 +01:00 committed by Earl Warren
parent 0cf21c22c5
commit b0dadbd6c5

View file

@ -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`.