link
git/push-tags

Push Tags

Push tags to remote

git
push
tags

Command

git push --tags

Examples

Push all tags

git push --tags

Push specific tag

git push origin v1.0