0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-03-13 09:58:07 -04:00

fix error in example

This commit is contained in:
Panagiotis "Ivory" Vasilopoulos 2024-02-10 00:42:01 +01:00 committed by Earl Warren
parent 6e1950122e
commit 96ee352885

View file

@ -15,7 +15,7 @@ Creating a new Pull Request can be done by pushing to the branch of your choice
Here is an example:
```shell
git push origin HEAD:refs/for/master
git push origin HEAD:refs/for/master -o topic="hello-world"
```
The command has the following structure: