git: Can not see upstream tags on my local repo
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 git@github.com:buhtz/backintime.git (fetch) origin git@github.com:buhtz/backintime.git (push) upstream git@github.com:bit-team/backintime.git (fetch) upstream git@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>
On Thu, 2024-02-08 at 13:04 +0000, c.buhtz@posteo.jp wrote:
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 git@github.com:buhtz/backintime.git (fetch) origin git@github.com:buhtz/backintime.git (push) upstream git@github.com:bit-team/backintime.git (fetch) upstream git@github.com:bit-team/backintime.git (push)
git pull upstream
participants (2)
-
BiT dev
-
c.buhtz@posteo.jp