SAP

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

Git Repository Branch Management

A Git repository branch in SAP Business Technology Platform is a version of a repository that allows developers to work on and switch between different versions of code independently. As noted in the SAP BTP documentation, creating a branch creates a clone of the parent branch, enabling isolated development without affecting the original codebase. Developers can manage branches programmatically via the OData resource path /sap/opu/odata/sap/MANAGE_GIT_REPOSITORY/Branches, which supports CRUD operations such as creating and deleting branches.

Tutorials that teach this

Docs explaining this concept

Prerequisites

Concepts that build on this