Tag: releases
All the articles with the tag "releases".
-
Exporting Clean Snapshots with git archive
How git archive creates tarballs and zip files from any commit, tag, or branch — without the .git directory and with fine-grained control over what gets included.
-
Git Tags Done Right: Lightweight, Annotated, and Signed
The difference between lightweight and annotated tags, when to use each, how signing works, and the full workflow for managing release tags in a team repository.