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:
parent
6e1950122e
commit
96ee352885
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue