Binding ABAP ADT and SAP GUI with GIT (GitHub)

In order to bind my dev IDE (ADT in Eclipse and SAP GUI) with GitHub I have used ZABAPGIT Project. All the installation instructions may be found here https://docs.abapgit.org/ Note tat you need also configure SSL for working wit Git, installing Git certificates as described here https://docs.abapgit.org/guide-ssl-setup.html Not everything has worked fine from the first start. I have registred the repository on GitHub: https://github.com/msminakov/OOpenFriends After that I have created the ZOO_ACCOUNTS table with one Id Field and corresponding domain and dataelement. There were some troubles by authentication which must be done with security token since Aug 2021, so I had generated security token and used it for commit. Also the profile parameters must be updated to enable HTTPS on the SAP side. I have used transaction RZ10 to find out where the default.pl profile is stored on my NPL VM and after that have added following lines ...