| title: | Re working with the linux next tree |
|
On Sat, May 16, 2009 at 10:11 PM, Robert P. J. Day
<rpjday@xxxxxxxxxxxxxx wrote:
i just want to verify how to play with the linux-next tree.
following the instructions here:
rel="nofollow" linux.f-seidel.de/linux-next/pmwiki/pmwiki.php?n=Linux-next.FAQ linux.f-seidel.de/linux-next/pmwiki/pmwiki.php?n=Linux-next.FAQ
i took my clone of linus tree and ran those instructions, at which
point, i have:
$ git branch -a
* master
linux-next/history
linux-next/master
linux-next/stable
origin/HEAD
origin/master
$
now, to switch to linux-next, is it sufficient to just:
$ git checkout linux-next/master
i dont see any overwhelming need to create a new branch since i
want to use linux-next read-only, so heres the end result of that
command:
$ git branch -a
* (no branch)
master
linux-next/history
linux-next/master
linux-next/stable
origin/HEAD
origin/master
$
and to return to linus tree:
$ git checkout master
is that about right? or is there a more standard way of doing this?
AFAIK Yes.
rday
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Linux Consulting, Training and Annoying Kernel Pedantry.
Web page: rel="nofollow" crashcourse.ca crashcourse.ca
Linked In: rel="nofollow" www.linkedin.com/in/rpjday www.linkedin.com/in/rpjday
Twitter: rel="nofollow" twitter.com/rpjday twitter.com/rpjday
========================================================================
--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx
Please read the FAQ at rel="nofollow" kernelnewbies.org/FAQ kernelnewbies.org/FAQ
--
Regards,
Sandeep.
“To learn is to change. Education is a process that changes the learner.”
--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx
Please read the FAQ at rel="nofollow" kernelnewbies.org/FAQ kernelnewbies.org/FAQ
|