You have installed and set up abapGit. See Install and Set Up abapGit.
Please be aware that abapGit is an open-source project owned by the community. Therefore, we do not provide support for abapGIT. We only support the Git integration in the ABAP environment.
-
After installing and launching abapGit, select Clone or download, and copy the URL of your repository.
-
Call up transaction
ZABAPGIT
, and select + Online. -
Paste the URL of your repository.
-
Select Create package.
If you have already created a software component with gCTS, you can skip steps 4 to 6 and use this software component in step 7.
-
Add a package name and short description, and select Continue.
-
Confirm with OK.
The cloned abapGit repository is displayed in abapGit.
-
Log on to ABAP Development Tools in Eclipse, and navigate to your newly created package.
-
Add ABAP development objects to your package. See Released ABAP Object Types.
-
Navigate back to the abapGit UI, and select Refresh to display the development objects that you have created in Eclipse.
-
Choose Stage.
-
Select single objects or choose Add all and commit.
You can also select structure packages to be exported.
-
Enter a committer name, committer e-mail, and comment.
-
Select Commit.
-
In the Login popup, enter your abapGit repository server credentials, and select Execute.
The pushed ABAP objects are displayed in your abapGit repository.
Import Content from abapGit Repository into the ABAP Environment