Editing a Repository
Update details such as the name, description, and default branch of a code repository.
For accessing DevOps using the Oracle Cloud Console, REST API, and CLI, see Accessing DevOps.
- Open the navigation menu and click Developer Services. Under DevOps, click Projects.
- Select a project and from the left-side menu, click Code Repositories.
- Select a repository that you want to update and click Edit.
- In the Edit repository panel, update the repository name, description, and default branch, as needed.
- Click Save changes.
To edit a repository, run the
update
command:oci devops repository update --repository-id
To get all the commands for
repository
:oci devops repository -h
To edit a repository, use the
UpdateRepository
operation.