Re: [PATCH] Fix typo in remote branch example in git user manual
From: J. Bruce Fields <hidden> Date: 2016-06-15 22:43:14
On Tue, Jun 05, 2007 at 08:47:51AM +0000, Gerrit Pape wrote:
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