From 54e18991e1977f2167c081ac34dae493fa2de6ca Mon Sep 17 00:00:00 2001 From: Jordan Miller Date: Wed, 12 Jan 2011 03:34:14 -0500 Subject: [PATCH] fixed docs for git-remote. you now should 'git fetch REMOTENAME', because 'git fetch' is incomplete for some repos and won't work --- Documentation/git-remote.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt index c258ea48dbb888..4d0d59cbdf2865 100644 --- a/Documentation/git-remote.txt +++ b/Documentation/git-remote.txt @@ -187,7 +187,7 @@ $ git remote add linux-nfs git://linux-nfs.org/pub/linux/nfs-2.6.git $ git remote linux-nfs origin -$ git fetch +$ git fetch linux-nfs * refs/remotes/linux-nfs/master: storing branch 'master' ... commit: bf81b46 $ git branch -r