Magidoc

CommittableBranch
Input Object

A git ref for a commit to be appended to.

The ref must be a branch, i.e. its fully qualified name must start with refs/heads/ (although the input is not required to be fully qualified).

The Ref may be specified by its global node ID or by the repositoryNameWithOwner and branchName .

Examples

#

Specify a branch using a global node ID:

    
  

Specify a branch using repositoryNameWithOwner and branchName :

    
  

Fields

#

branchName

The unqualified name of the branch to append the commit to.

id

The Node ID of the Ref to be updated.

repositoryNameWithOwner

The nameWithOwner of the repository to commit to.