Rasmus Åberg wrote: > “git fetch --tags” did the trick! I don't think that /should/ /normally/ be necessary. Had you branched off into a local / non-master branch by any chance? git pull should normally (at least for me) pull any tags that are directly reachable (from master usually). - Barry