git fetch --tags

Category: Git - Core

git fetch --tags

Fetch all tags from the remote

Downloads every tag the remote has that you lack, in addition to the usual branch updates. Tags are not fetched by default unless they point at fetched commits. Use it after a release to pull in new version tags.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.