Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.19 KB

File metadata and controls

21 lines (11 loc) · 1.19 KB

API to Manage Git Repositories

You can use the MANAGE_GIT_REPOSITORY API to pull or clone Git repositories to ABAP environment systems and to create and checkout branches. The MANAGE_GIT_REPOSITORY API belongs to the Communication Scenario SAP_COM_0510.

Note:

In ABAP environment, Git repositories are wrapped in software components. These are currently managed in the Manage Software Components app. The technical parameter sc_name used in this API needs to be the name of the Git repository on the ABAP environment system – the name of the software component.

Note:

It is currently not possible to execute/trigger multiple actions (clones/pulls/deletes) in parallel on one system, regardless of the fact that the calls run asynchronously.

Related Information

Cloning Git Repositories to an ABAP Environment System

Pulling Git Repositories to an ABAP Environment System

Working with Branches on a Git Repository