Update remote refs along with associated objects
Create, list, delete tags
List all tags
Push tags to remote
git push --tags
git push --tags is used to push tags to remote. It pushes the tags to remote.
Push all tags
Push specific tag
git push origin v1.0
Download objects and refs from another repository
Fetch from and integrate with another repository
Create an empty Git repository