# Git tags push to remote

List tags

`git tag -l`

Push all tags to remote

`git push [remote_name] --tags`
