git push origin v1.0.0

Category: Git - Core

git push origin v1.0.0

Push a single tag to the remote

Pushes just the named tag instead of every tag. Use it to publish one release without flooding the remote. The remote stores it under refs/tags/v1.0.0.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.