Type Alias BranchGraphCommandCommit

BranchGraphCommandCommit: {
    branch: string;
    command: "commit";
}

Commit the branch specified by branch.