[racket-dev] try the GRacket2 branch

From: Jon Rafkind (rafkind at cs.utah.edu)
Date: Thu Oct 28 15:05:27 EDT 2010

On 10/28/2010 01:05 PM, Casey Klein wrote:
> On Thu, Oct 28, 2010 at 1:25 AM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
>> More immediately, it's time for you to try out the "gr2" branch for
>> everyday work.
> In case there's anyone else who wants to try but (somehow) knows even
> less about git than I do, here's what I did to checkout the branch.
>
> $ git clone git at git.racket-lang.org:plt gr2
> $ git branch gr2 origin/gr2
> $ git checkout gr2
>
> It seems to have worked, but there may be a more git-savvy way to do it.
You should be able to do just
$ git clone ...
$ git checkout gr2


Posted on the dev mailing list.