GitNifty
    Preparing search index...

    Type Alias TagFlag

    TagFlag: "--annotate" | "--delete" | "--force" | "--list"

    Flags available for the git tag command.

    These flags control tag creation, deletion, listing, and annotation.

    • --annotate: Creates an annotated tag with metadata.
    • --delete: Deletes a tag.
    • --force: Replaces an existing tag with the same name.
    • --list: Lists all tags.