The comma was probably intended to be a semicolon so that the two commands can be run by cut-n-paste. Signed-off-by: Joey Hess <joey@xxxxxxxxxxx> --- Documentation/git-pull.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/git-pull.txt b/Documentation/git-pull.txt index 0f18ec8..628695d 100644 --- a/Documentation/git-pull.txt +++ b/Documentation/git-pull.txt @@ -194,7 +194,7 @@ EXAMPLES current branch: + ------------------------------------------------ -$ git pull, git pull origin +$ git pull; git pull origin ------------------------------------------------ + Normally the branch merged in is the HEAD of the remote repository, -- 1.7.7.3 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html