On 07/25/2016 03:00 PM, Bruno Oliveira wrote:
My bad, I keep forgetting git fetch & pull do not update the set of
known tags, you have to perform 2 explicit steps (e.g. git fetch --tags
and git fetch) I never did understand why git works this way.
After doing a git fetch --tags I can now see the tag.
--
John