View source: R/codecommit_operations.R
codecommit_delete_branch | R Documentation |
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.
codecommit_delete_branch(repositoryName, branchName)
repositoryName |
[required] The name of the repository that contains the branch to be deleted. |
branchName |
[required] The name of the branch to delete. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.