← ClaudeAtlas

abapgitlisted

Help with abapGit workflows including repository setup, cloning, serialization, branching strategies, transport-vs-git workflows, CI/CD integration, and .abapgit.xml configuration. Use when users ask about abapGit, git for ABAP, ABAP version control, abapGit clone, abapGit pull, abapGit push, branching strategy for ABAP, abapGit configuration, serialization, deserialization, transport vs git, gCTS, abapGit CI/CD, or managing ABAP code in git repositories. Triggers include "set up abapGit", "clone a repo", "push ABAP to git", "abapGit branching", "abapGit configuration", ".abapgit.xml", "transport vs git", or "CI/CD for ABAP".
williamcorrea23/sap-router-skill · ★ 1 · Code & Development · score 66
Install: claude install-skill williamcorrea23/sap-router-skill
# abapGit Workflows Guide for managing ABAP development objects in Git repositories using abapGit. ## Workflow 1. **Determine the user's goal**: - Setting up abapGit for the first time - Cloning an existing repository - Pushing ABAP code to a Git repository - Configuring branching or transport strategies - Setting up CI/CD pipelines for ABAP - Troubleshooting abapGit issues 2. **Identify the environment**: - On-premise SAP system with abapGit standalone - SAP BTP ABAP Environment (abapGit integration in ADT) - gCTS (Git-enabled Change and Transport System) 3. **Guide implementation** with best practices for ABAP-specific Git workflows ## abapGit Overview | Aspect | Description | | --------------------- | ----------------------------------------------------------------- | | **What** | Open-source Git client for ABAP, runs inside the SAP system | | **Serialization** | Converts ABAP objects to file-based format for Git storage | | **Deserialization** | Imports file-based format back into ABAP objects in the system | | **Supported Objects** | Classes, interfaces, CDS, function groups, programs, tables, etc. | | **Installation** | Via abapGit standalone report or Eclipse plugin | ## Setup ### Installing abapGit Standalone (On-Premise) 1. Create report `ZABAPGIT_STANDALONE` or `ZABAPGIT_FULL` 2. Download latest version f