Comment 44 for bug 398188

Revision history for this message
In , yakuizhao (yakui-zhao) wrote :

(In reply to comment #38)
> I was cloning git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel,
> which is containing a branch called 'drm-intel-next'.
>
> However, after cloning
> git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git, how can I
> 'switch to drm-next'?
>
> $ git branch
> * master
>
> $ git checkout drm-next
> error: pathspec 'drm-next' did not match any file(s) known to git.
please use the following command to switch to drm-next branch.
  git branch -r
  git checkout -b origin/drm-next

thanks.
>