]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Documentation/git-remote.txt
Merge branch 'master' of git://repo.or.cz/git-gui
[git.git] / Documentation / git-remote.txt
index 027ba11bdb67ba540b63ec12e5a6b920cd2e5f7e..4b263c249cd93695b1c373887600d335685e82bb 100644 (file)
@@ -79,7 +79,7 @@ caution.
 Fetch updates for a named set of remotes in the repository as defined by
 remotes.<group>.  If a named group is not specified on the command line,
 the configuration parameter remotes.default will get used; if
-remotes.default is not defined, all remotes which do not the
+remotes.default is not defined, all remotes which do not have the
 configuration parameter remote.<name>.skipDefaultUpdate set to true will
 be updated.  (See gitlink:git-config[1]).
 
@@ -101,7 +101,7 @@ $ git remote
 origin
 $ git branch -r
 origin/master
-$ git remote add linux-nfs git://linux-nfs.org/pub/nfs-2.6.git
+$ git remote add linux-nfs git://linux-nfs.org/pub/linux/nfs-2.6.git
 $ git remote
 linux-nfs
 origin