diff --git a/docs/user/agit-support.md b/docs/user/agit-support.md index 8f443bca..5d79cc3e 100644 --- a/docs/user/agit-support.md +++ b/docs/user/agit-support.md @@ -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`.