Code

git-pull: disallow implicit merging to detached HEAD
[git.git] / Documentation / glossary.txt
index cd61aa26065ba6f3d06df7d1c00e2e81d42bce9e..bc917bbac3b21eff1baa70b24c689ff11f5a4323 100644 (file)
@@ -259,7 +259,7 @@ refspec::
        means "grab the master branch head from the $URL and store
        it as my origin branch head".
        And `git push $URL refs/heads/master:refs/heads/to-upstream`
-       means "publish my master branch head as to-upstream master head
+       means "publish my master branch head as to-upstream branch
        at $URL".   See also gitlink:git-push[1]
 
 repository::