Jerry used to put his own little program on GitHub: https://github.com/i042416
For the ABAP program, you need to manually copy the code in sapgui to the local device, and then use the GIT client to push the code to GitHub.
However, the code can be pushed directly to GitHub through a git client implemented by ABAP in sapgui.
This is an open source project: http://www.abapgit.org/
Create an empty code repository on GitHub and associate the repository with an ABAP package.
Once the association is complete, new code will appear in the GIT client once the ABAP package has been created. For example, if I create a new report ztest_jerry2, this change will be displayed in the ABAP git client.
In this case, you can directly change the commit and push it to the empty warehouse on GitHub.
You can enter a commit record like other git clients during commit:
The submission records entered in the ABAP git client are displayed in the GitHub repository.
For more original Jerry technical articles, follow the Public Account "Wang zixi" or scan the following QR code:
ABAP git Client