Minor timestamp related documentation corrections for fast-import.
[gitweb.git] / Documentation / core-tutorial.txt
index 7317489cfcdda369e7e296ff9032c36848efe11e..86a9c7521aeeb59d05aab1d2fc9d664950087422 100644 (file)
@@ -1130,7 +1130,7 @@ the remote repository URL in the local repository's config file
 like this:
 
 ------------------------------------------------
-$ git repo-config remote.linus.url http://www.kernel.org/pub/scm/git/git.git/
+$ git config remote.linus.url http://www.kernel.org/pub/scm/git/git.git/
 ------------------------------------------------
 
 and use the "linus" keyword with `git pull` instead of the full URL.