Re: Testing gnomeui
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
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
|
|