cheetah-grid
    Preparing search index...

    Type Alias BranchGraphCommandBranch

    Branches from the branch specified by branch.from to the branch specified by branch.to.

    type BranchGraphCommandBranch = {
        branch: string | { from: string; to: string };
        command: "branch";
    }
    Index

    Properties

    Properties

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