Tag Management
📄️ Tags
A tag in Git is a feature used to mark specific commit versions in the code repository, typically used to identify release versions or important milestones. Through tags, you can quickly locate specific versions, making version management, releases, and rollbacks easier. You can use tags to clearly mark key project versions, helping the team collaborate and maintain the code more efficiently.
📄️ Protect Tags
In GitCode, protecting tags provides additional management and permission control for specific labels in the code repository, preventing accidental or unauthorized changes to critical version markers.