Process Flow - Creating tags
Start: Have a commit
Choose tag name
Run git tag command
Tag created locally
Optional: Push tag to remote
Tag available for use
This flow shows how to create a tag on a commit locally and optionally push it to the remote repository.