Request to create a branch.

interface CreateBranchRequest {
    name: string;
    target: Target;
}

Properties

Properties

name: string

Name of the new branch

target: Target

Where to point the new branch to