cheetah-grid
    Preparing search index...

    Type Alias BranchGraphCommandCommit

    Commit the branch specified by branch.

    type BranchGraphCommandCommit = {
        branch: string;
        command: "commit";
    }
    Index

    Properties

    Properties

    branch: string
    command: "commit"