No. You can checkout directly.
On Jun 6, 2011 7:02 PM, "Justin Sherrill" <[email protected]> wrote:
> Wouldn't he need to do this once, to establish the local copy of the
branch?
>
> cd /usr/src && git branch DragonFly_RELEASE_2_10
> origin/DragonFly_RELEASE_2_10
>
>
>
> On Mon, Jun 6, 2011 at 11:16 AM, Matthias Rampke
> <[email protected]> wrote:
>> Hi,
>>
>> to switch to the stable branch
>>
>> cd /usr/src && git checkout DragonFly_RELEASE_2_10
>>
>> from that point on git pull in /usr/src or make src-update in /usr will
keep
>> you up to date on the stable branch.
>>
>> For more info, have a look at /usr/src/{README,UPDATING} and section 7 of
>> the man pages, esp. build(7).
>>
>> Regards,
>> matthiasr