> Can someone explain why when I do:
>
> bruce@admin:~/Downloads/darktable-dev/darktable$ git branch
> * master
>
> ...all I see is master?
>

When you cloned darktable's repository from Github you got only the master
branch (wich is the default behaviour). "git branch" shows you only local
branches by default, so "master" is the only thing it can show.

I expected to see a branch for 3.4.1
>

To also show remote branches you need to do "git branch -a". You can clone
and track other branches locally, but I'm away from the computer and my
git-fu is not good enough to risk giving you instructions from memory :-)

Best regards,
Guillermo

____________________________________________________________________________
darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Reply via email to