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: Christoph Höger <choeger@xxxxxxxxxxxxxxx>
Cc: offlineimap@xxxxxxxxxxxx
Subject: Re: Testing gnomeui
From: Nicolas Sebrecht <nicolas.s-dev@xxxxxxxxxxx>
Date: Tue, 21 Apr 2009 19:38:25 +0200

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

-- 
Nicolas Sebrecht



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