CellPilot / aws /dist /awscli /examples /codecommit /get-branch.rst
philippendres's picture
Upload folder using huggingface_hub
907462b verified
Raw
History Blame Contribute Delete
330 Bytes
**To get information about a branch**
This example gets information about a branch in an AWS CodeCommit repository.
Command::
aws codecommit get-branch --repository-name MyDemoRepo --branch-name MyNewBranch
Output::
{
"BranchInfo": {
"commitID": "317f8570EXAMPLE",
"branchName": "MyNewBranch"
}
}