SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Git Repository Clone Management

The Clones resource in the MANAGE_GIT_REPOSITORY OData service allows developers to manage Git repository clone jobs on SAP BTP. A developer uses it by sending requests to the resource path /sap/opu/odata/sap/MANAGE_GIT_REPOSITORY/Clones to create a clone job via an HTTP POST operation or to read the result of a completed clone job. The clone entity is only available after the job has finished; to track the status of an ongoing job, developers can consult the ExecutionLogs resource.

Tutorials that teach this

Docs explaining this concept

Prerequisites

Concepts that build on this