From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Hanquez Subject: Re: Re: Xen device model support in QEMU Date: Thu, 26 Aug 2010 11:57:44 +0100 Message-ID: <4C7648A8.3020701@eu.citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Kamala Narasimhan Cc: "xen-devel@lists.xensource.com" , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On 25/08/10 21:52, Kamala Narasimhan wrote: > git branch doesn't list that branch and I am not able to checkout that > branch. Am I missing something obvious? Hi Kamala, git branch will list only local branch, unless you're using -a. to create a local branch tracking the remote branch 'qemu-dm-v2' on the remote 'origin' do: git checkout --track origin/qemu-dm-v2 -- Vincent