Code

Fix typo in remote branch example in git user manual
[git.git] / Documentation / user-manual.txt
index b64c55f3df80d9f952d008cf36056839377c68ec..25695fe77e0cc5224862c5ec22746b2ba685b25d 100644 (file)
@@ -1682,7 +1682,7 @@ automatically set the default remote branch to pull from at the time
 that a branch is created:
 
 -------------------------------------------------
-$ git checkout --track -b origin/maint maint
+$ git checkout --track -b maint origin/maint
 -------------------------------------------------
 
 In addition to saving you keystrokes, "git pull" also helps you by