CellPilot / aws /dist /awscli /examples /codecommit /delete-branch.rst
philippendres's picture
Upload folder using huggingface_hub
907462b verified
Raw
History Blame Contribute Delete
312 Bytes
**To delete a branch**
This example shows how to delete a branch in an AWS CodeCommit repository.
Command::
aws codecommit delete-branch --repository-name MyDemoRepo --branch-name MyNewBranch
Output::
{
"branch": {
"commitId": "317f8570EXAMPLE",
"branchName": "MyNewBranch"
}
}