Hi Bruce,

On Sun, 7 Feb 2021 11:23:38 +1100
Bruce Williams <stu...@audio2u.com> wrote:

> Hi all,
> Still trying to wrap my head around using github.
> Can someone explain why when I do:
> 
> bruce@admin:~/Downloads/darktable-dev/darktable$ git branch
> * master
> 
> ...all I see is master?
> I expected to see a branch for 3.4.1
> Am I misunderstanding something here?
This means that you have only ever checked out the master branch
locally. To see a list of all available branches local and remote do
this: git branch --all

There is no branch for 3.4.1 it lives in the branch darktable-3.4.x.
However, there is a tag called release-3.4.1 which can be displayed
this way: git tag

The tag release-3.4.1 is a specific point in time of the branch
darktable-3.4.x

I can recommend this git cheat sheet:
https://about.gitlab.com/images/press/git-cheat-sheet.pdf

Hope this helps?

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael <at> rasmussen <dot> cc
https://pgp.key-server.io/pks/lookup?search=0xD3C9A00E
mir <at> datanom <dot> net
https://pgp.key-server.io/pks/lookup?search=0xE501F51C
mir <at> miras <dot> org
https://pgp.key-server.io/pks/lookup?search=0xE3E80917
--------------------------------------------------------------
/usr/games/fortune -es says:
Genetics explains why you look like your father, and if you don't, why
you should.

Attachment: pgp8LcoCPWkjs.pgp
Description: OpenPGP digital signature

Reply via email to