Open ABAP Development Tools and logon to your ABAP system.
Add ABAP development object to your already existing package TESTABAPGIT (e.g. ABAP class).
Therefore right-click on Classes and select New ABAP Class.
Create a package:
Name: Z_Class_YYY
Description: new class
Click Next >.
Click Finish
Implement your newly created class.
Save and activate.
Step 2
Log in to your GitHub repository, select your folder, click Code and copy the HTTP link for later use.
Go back to Eclipse. Select your ABAP system in the Project Explorer and select Windows > Show View > Other to open the abapGit repositories.
Search for abapGit repositories, select it and click Open.
In your abapGit repositories ab, click the + symbol.
Enter your git repository URL from earlier and click Next >.
Enter following information:
URL: <your_git_repository_url>
User: <your_git_repository_email_address>
Password: <your_git_repository_password>
Click Next > and Finish.
Step 3
Right-click on your package TESTABAPGIT and click Stage and Push.
Enter your repository credentials in the popup and click OK.
In the staging view you will see a list of changed, created or deleted ABAP development objects which can be transferred to your repository. Furthermore the icon of the respective file indicated whether a file was created, modified or deleted.
ABAP development objects which should staged can be selected by drag and drop from the unstaged box to the staged box or by clicking on the + button.
Enter your commit message and click Commit and Push.
Click OK.
Check your result.
The staged objects are transferred to your repository.
Step 4
Which one is the right path to open the abapGit repository?