SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

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

Using Simplified Git in SAP Business Application Studio

In this tutorial, we will walk through the basic Git operations such as cloning a repository, making changes, committing them, and pushing them back to the remote repository.

Overview

🎓 beginner 15 min. SAP Build CodeBeginnerTutorialSAP Business Application StudioSapui5SAP Mobile ServicesSAP Fiori ElementsSAP Cloud Application Programming ModelSAP Business Technology Platform

You will learn

  • To efficiently manage your source code using Simplified Git.
Paola Laufer P Paola Laufer June 8, 2025
Created by March 31, 2025
Contributors

Prerequisites

Prerequisites

To begin using Simplified Git, you must have a project that includes a Git repository. From the SIMPLIFIED GIT view, you can open a folder with an existing Git project, clone a repository locally using a URL, or create a new project with a local Git repository and connect it to a remote one.

Add Git Repo
Add Git Repo

Steps

SAP Business Application Studio enables you to connect and interact with the Git source control system. Using Simplified Git reduces the complexity of handling Git operations by simplifying certain multi-step operations into one action, including initialization and publishing of a Git repository or commit & sync.

Step 1 Clone a Repository from Git

Cloning a Git repository creates a local copy of a remote repository, allowing offline work with the full project history. It enables collaboration by letting you push local changes to update the remote repository and pull team updates to stay current, supporting teamwork and version control.

  1. Click

    simplified git icon
    simplified git icon
    to open SIMPLIFIED GIT from the activity bar.

  2. Click Clone Repository.

    clone from Git
    clone from Git

  3. In the command palette, enter the URL of the repository containing the project you want to clone and press Enter.

    Enter URL
    Enter URL

  4. Select the projects folder and click OK to clone the repository to this folder.

    Add to projects
    Add to projects

  5. Enter your Git username and password (or token).

    Enter Git username
    Enter Git username

    Enter Git token
    Enter Git token

  6. Choose whether to save your Git credentials for future use.

    Save Git credential
    Save Git credential

  7. Click Open to open the cloned repository in SAP Business Application Studio.

    Open cloned repo
    Open cloned repo

    You can also choose to open the repository in a new window or to add it to the workspace.

    The project from the Git repository has been cloned into your dev space.

    Project added
    Project added
    .

Step 2 Connect to a Remote Git Repository
+
Step 3 Commit Changes
+
Step 4 Pull Changes
+
Step 5 Resolve Conflicts
+
Step 6 Perform Actions in the Pending Changes Section
+
Step 7 Create a Branch
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 7
1. Clone a Repository from Git 2. Connect to a Remote Git Repository 3. Commit Changes 4. Pull Changes 5. Resolve Conflicts 6. Perform Actions in the Pending Changes Section 7. Create a Branch

Learn more →