]> rtime.felk.cvut.cz Git - git.git/blobdiff - Documentation/pull-fetch-param.txt
Merge branch 'bg/fetch-multi'
[git.git] / Documentation / pull-fetch-param.txt
index 712b91aab3d149663d136f623b7526fd7f1bccd6..0551ebdfafb3f41dd0e31d3c74ce42fff33e38e1 100644 (file)
@@ -18,9 +18,9 @@ endif::git-pull[]
 +
 The remote ref that matches <src>
 is fetched, and if <dst> is not empty string, the local
-ref that matches it is fast forwarded using <src>.
+ref that matches it is fast-forwarded using <src>.
 If the optional plus `+` is used, the local ref
-is updated even if it does not result in a fast forward
+is updated even if it does not result in a fast-forward
 update.
 +
 [NOTE]