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: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
|
|