41 / 57 · 17 Git & Version Control · Tagging and Releases← prev⊞ allnext →☰ Read as one page
6.1Why Tags Matter for QA
Tags mark specific points in Git history -- typically releases. For QA engineers, tags create an audit trail: which commit was released, what was tested, and what the test results were. When a customer reports a bug on "version 2.4.0," you can check out that exact tag and reproduce the issue.