useGit API
    Preparing search index...

    Interface CreateTagOptions

    interface CreateTagOptions {
        force?: boolean;
    }
    Index

    Properties

    Properties

    force?: boolean

    Whether to forcibly replace an existing tag.

    false