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: list-branches.rst
**To view a list of branch names** This example lists all branch names in an AWS CodeCommit repository. :: aws codecommit list-branches \ --repository-name MyDemoRepo Output:: { "branches": [ "MyNewBranch", "main" ] }
Save
Cancel