emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Feature branches review please


From: Alan Mackenzie
Subject: Re: Feature branches review please
Date: Fri, 6 Nov 2020 10:31:29 +0000

Hello, Jean.

On Thu, Nov 05, 2020 at 20:32:32 +0300, Jean Louis wrote:

[ .... ]

> How can I checkout that branch?

I'm not sure if anybody's answered this question yet, so here is the
answer to what I think you're asking:

    $ git branch --list --all

should show you all the branches available at savannah.  There will be
lots of entries like

    remotes/origin/feature/icomplete-vertical

in the resulting output.

So all you now need to do is

    $ git checkout feature/icomplete-vertical

, which should fetch the branch from savannah for you and make it
current.

-- 
Alan Mackenzie (Nuremberg, Germany).



reply via email to

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