Complete.Org: Mailing Lists: Archives: offlineimap: April 2009:
Re: Testing gnomeui
Home

Re: Testing gnomeui

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Nicolas Sebrecht <nicolas.s-dev@xxxxxxxxxxx>
Cc: Christoph Höger <choeger@xxxxxxxxxxxxxxx>, offlineimap@xxxxxxxxxxxx
Subject: Re: Testing gnomeui
From: Nicolas Sebrecht <nicolas.s-dev@xxxxxxxxxxx>
Date: Tue, 21 Apr 2009 19:45:32 +0200

On Tue, Apr 21, 2009 at 07:38:25PM +0200, Nicolas Sebrecht wrote:
> 
> On Tue, Apr 21, 2009 at 07:01:54PM +0200, Christoph Höger wrote:
> > 
> > Ahrgh, me and explanations of how stuff works. Somedays I really suck at
> > that. The correct command would be 
> >     git checkout --track origin/gnomeui
> > 
> > sorry for that
> > 
> > From your current repo you should do
> > 
> >     git checkout master; git branch -d origin/gnomeui; git checkout --track
> > origin/gnomeui
> > 
> > that should work.
> 
> This should be:
> git checkout master; git branch -d gnomeui; git checkout --track 
> origin/gnomeui

My bad. This should be:

        git checkout master; git branch -d refs/heads/origin/gnomeui; 
        git checkout --track origin/gnomeui

to avoid the possible confusion with the remote tracking branch
"origin/gnomeui".

-- 
Nicolas Sebrecht



[Prev in Thread] Current Thread [Next in Thread]