To list tag
To list tag — notes from the Git collection.
bash
git tagbash
git fetch --tagsbash
git tag -l | grep "go1.25.0"bash
git checkout go1.25.0git/git-tag.md
Related articles
- GitTo list remote branchesTo list remote branches — notes from the Git collection.
- GitGit SubmodulesA practical guide to adding, updating, moving and removing Git submodules.
- GitChange global editor to edit merging etcChange global editor to edit merging etc — notes from the Git collection.
- GitGit CommandTo list all references