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.

    1. Open the navigation menu and click Developer Services. Under DevOps, click Projects.
    2. Select a project and from the left-side menu, click Code Repositories.
    3. Select a repository that you want to update and click Edit.
    4. In the Edit repository panel, update the repository name, description, and default branch, as needed.
    5. 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.