Fix formatting of an error statement.

This commit is contained in:
Dakota Chambers 2018-10-17 08:58:51 -05:00
parent 9e974cd6f7
commit 407974615b
1 changed files with 1 additions and 1 deletions

View File

@ -1329,7 +1329,7 @@ If there is a tag on a remote repository that has the same name as a branch you
```sh
$ git push origin <branch>
error: dst refspec same matches more than one.
error: failed to push some refs to 'git server'
error: failed to push some refs to '<git server>'
```
Fix this by specifying you want to push the head reference.