cheetah-grid
    Preparing search index...

    Type Alias BranchGraphCommandMerge

    Merge the branch specified by branch.from into the branch specified by branch.to.

    type BranchGraphCommandMerge = {
        branch: { from: string; to: string };
        command: "merge";
    }
    Index

    Properties

    Properties

    branch: { from: string; to: string }
    command: "merge"