codecommit_delete_branch {paws.developer.tools}R Documentation

Deletes a branch from a repository, unless that branch is the default branch for the repository

Description

Deletes a branch from a repository, unless that branch is the default branch for the repository.

See https://www.paws-r-sdk.com/docs/codecommit_delete_branch/ for full documentation.

Usage

codecommit_delete_branch(repositoryName, branchName)

Arguments

repositoryName

[required] The name of the repository that contains the branch to be deleted.

branchName

[required] The name of the branch to delete.


[Package paws.developer.tools version 0.9.0 Index]