Process Flow - Tagging specific commits
Identify commit hash
Run git tag command
Tag created locally
Optionally push tag to remote
Tag visible in repo history
This flow shows how to create a tag on a specific commit by using its hash, then optionally push it to the remote repository.