Hi Greg,
   Thank for your help.
I did try finding the solution by myself.
I think that I will spend more time to understand git.
Git seems quit different compared to CVS and SVN.

Thanks,

Leon


On Feb 4, 11:38 pm, Greg KH <gre...@gmail.com> wrote:
> On Wed, Feb 4, 2009 at 6:32 AM, Leon <astroli.l...@gmail.com> wrote:
>
> > Hi,
> > I am not familiar with git.
>
> There are _many_ tutorials on the web which will help you resolve this
> problem.  Have you tried reading them?
>
> > I do not know to how to switch from refs/heads/android-2.6.27 to refs/
> > heads/android-goldfish-2.6.27.
> > Could you tell me how to use git command to get android-
> > goldfish-2.6.27 ?
>
> Just checkout the remote android-goldfish-2.6.27 branch.  This can be
> done in a variety of different ways, but the most common would be:
>
>         git checkout -t origin/android-goldfish-2.6.27 -b goldfish
>
> which would create a local branch called goldfish and check it out and
> cause it to track the upstream goldfish branch.
>
> good luck,
>
> greg k-h
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel
-~----------~----~----~----~------~----~------~--~---

Reply via email to