Spaces:
No application file
No application file
| **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" | |
| ] | |
| } | |