Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
codecommit
📤 Upload
📝 New File
📁 New Folder
Close
Editing: get-branch.rst
**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" } }
Save
Cancel