Creating a tag
Right-click a commit and choose Create tag….- Title is the tag name. Required.
- Description (optional) makes the tag lightweight when left empty, or annotated when filled in.
- Push to origin pushes the tag to that remote as you create it once you turn it on.
The label names the remote it would push to, which is the repository’s Default remote, falling back to
origin. A tag doesn’t belong to a branch. Per-branch tracking plays no part here. With no remote configured, the toggle doesn’t appear at all.


