-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Description
Occasionally (but rarely) tags are pushed that are then deleted. I use Git tags for my versioning, meaning if I ever re-tag the same commit again to trigger a workflow, persistent build agents will still be aware of the old tags on that commit that only exist locally.
Could there an option (perhaps, I would argue, by default) to git fetch --prune --prune-tags
on checkout to ensure tags that no longer exist in the remote exist locally?
Metadata
Metadata
Assignees
Labels
No labels