Additional options for the git merge command.

interface Merge {
    branch: string;
}

Properties

Properties

branch: string

The name of the branch that should be merged into the current branch.