Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

git fetch should also fetch tags #572

Closed
@shana

Description

@shana

git fetch doesn't fetch tags that aren't directly reachable by current branch heads. Long-lived release or maintenance branches are not normally merged back to master and tags created on them won't be fetched normally. We should do git fetch --allgit fetch --tags to ensure all tags are fetched.

EDIT: we want the --tags flag, not the --all flag

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions