Hi Folks,

hope that someone with git experience can help me here.

The upstream BIT repo do has several tags [1]. The "latest" is "v1.4.3". But I can not see this tag in my local repo. There "v1.3.1" is the latest.
My forked repo has "v1.3.3" as latest [2].

I have two remotes:

$ git remote -v
origin  g...@github.com:buhtz/backintime.git (fetch)
origin  g...@github.com:buhtz/backintime.git (push)
upstream        g...@github.com:bit-team/backintime.git (fetch)
upstream        g...@github.com:bit-team/backintime.git (push)

Most of the time I do sync my fork via the GitHub frontend and its "Sync fork" button. In my local repo I do "git fetch --all --prune --tag" and can see that "origin" and "upstream" are checked for new data.

That is how I do it. But the tags are not up to date on my local repo.
But the commits are.

Any idea?

Kind
Christian


[1] -- <https://github.com/bit-team/backintime/tags>
[2] -- <https://github.com/buhtz/backintime/tags>
_______________________________________________
Bit-dev mailing list -- bit-dev@python.org
To unsubscribe send an email to bit-dev-le...@python.org
https://mail.python.org/mailman3/lists/bit-dev.python.org/
Member address: arch...@mail-archive.com

Reply via email to