mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
remove half-finished line
This commit is contained in:
parent
037209620b
commit
7063f466bc
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ git push origin HEAD:refs/for/remote-branch/local-branch \
|
|||
-o title="My First Pull Request!"
|
||||
```
|
||||
|
||||
This syntax may be a bit disorienting for users that are accustomed to commands such as `git push origin remote-branch` or `git push origin local-branch:remote-branch`, the latter of which inc.
|
||||
This syntax may be a bit disorienting for users that are accustomed to commands such as `git push origin remote-branch` or `git push origin local-branch:remote-branch`.
|
||||
|
||||
Just like when using `git push origin remote-branch`, it is important to reiterate that supplying the local branch name is optional, as long as you checkout `local-branch` using `git checkout local-branch` beforehand.
|
||||
|
||||
|
|
Loading…
Reference in a new issue