author | Gerrit Pape <pape@smarden.org> | |
Tue, 5 Jun 2007 08:47:51 +0000 (08:47 +0000) | ||
committer | J. Bruce Fields <bfields@citi.umich.edu> | |
Sun, 10 Jun 2007 20:38:50 +0000 (16:38 -0400) | ||
commit | 1da158ea339e863a1907225501f9153df5741db0 | |
tree | e764a7f9efcf46663eeb4435b6ee1f6ef67bc9cd | tree | snapshot |
parent | 99f171bb7ac5032dde256c02476240c0d019a5fe | commit | diff |
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>
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 | diff | blob | history |