Fix typo in remote branch example in git user manual
commit1da158ea339e863a1907225501f9153df5741db0
authorGerrit Pape <pape@smarden.org>
Tue, 5 Jun 2007 08:47:51 +0000 (5 08:47 +0000)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Sun, 10 Jun 2007 20:38:50 +0000 (10 16:38 -0400)
treee764a7f9efcf46663eeb4435b6ee1f6ef67bc9cd
parent99f171bb7ac5032dde256c02476240c0d019a5fe
Fix typo in remote branch example in git user manual

In Documentation/user-manual.txt the example
 $ git checkout --track -b origin/maint maint
under "Getting updates with git pull", should read
 $ git checkout --track -b maint origin/maint

This was noticed by Ron, and reported through
 http://bugs.debian.org/427502

Signed-off-by: Gerrit Pape <pape@smarden.org>
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Documentation/user-manual.txt