[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [cdt-dev] Git repos are now live
|
- From: Andrew Overholt <overholt@xxxxxxxxxx>
- Date: Thu, 30 Jun 2011 09:50:50 -0400
- Delivered-to: cdt-dev@eclipse.org
- User-agent: Mutt/1.5.21 (2010-09-15)
Hi,
> Could someone explain how to work on the cdt_8_0 branch into my workspace?
The EGit User Guide is really quite good:
http://wiki.eclipse.org/EGit/User_Guide
This section deals with what you're asking:
http://wiki.eclipse.org/EGit/User_Guide#Branching
"From the team menu on a project node:
Select Team > Switch To... and select a branch name from the list
If there are too many branches the list does not show all of them. In
this case
Select Team > Switch To... > Other...
On the dialog, select a branch, a tag or a Reference
Click Ok
>From the Git Repositories View
Select Checkout on a branch node
or
Double Click on a branch node
>From the History View
Select Checkout on a commit which has a branch label
If more than one branch point to the commit a dialog will let you
decide which branch to check out."
HTH,
Andrew