[haiku-development] Re: The r1alpha4 branch

  • From: Fredrik Holmqvist <fredrik.holmqvist@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Sat, 25 Aug 2012 18:31:08 +0200

2012/8/25 scottmc <scottmc2@xxxxxxxxx>:
> Ok, now for some git questions (before I go and make a mess of things)...
>
> What are the correct steps to take to check out the r1alpha4 branch
> using git and what are the steps to commit changes.

As Ryan wrote, it is just a remote branch (as opposed to a local one).
You can view what remote branches are available by doing
   git branch -r
You may need to update your tree to see recent branches.
Switching between branches is just as usual:
git checkout [branch]

/Fredrik Holmqvist, TQH

Other related posts: