Documentation: suggest corresponding Porcelain-level in plumbing docs.
[gitweb.git] / Documentation / git-pull.txt
index 13be992006d8252ca737e37dd21ed8f2d1e13412..a90b764cc908df3b3af7b180f0940768189b724f 100644 (file)
@@ -52,7 +52,8 @@ git pull origin next::
 
 git pull . fixes enhancements::
        Bundle local branch `fixes` and `enhancements` on top of
-       the current branch, making an Octopus merge.
+       the current branch, making an Octopus merge.  This `git pull .`
+       syntax is equivalent to `git merge`.
 
 git pull -s ours . obsolete::
        Merge local branch `obsolete` into the current branch,