I am in the process of figuring out how GIT will work for our custom department. Without going into all the details I need a repository for every customer that has custom code. I am wondering if there is a way when adding all the objects to source control for the first time to have it create the Repository too.
Chris Craft
https://community.appeon.com/index.php/articles-blogs/tutorials-articles/2-powerbuilder/183-powerbuilder-2017-r2-new-feature-git-source-control-support
Note: You don't need to use Push or Pull functions if you just want to work locally. But if you need to work in a team or want to have a backup of your code, you will need a Git Server and create a repository there. And then you can sync your local repository with the server within PB after your add the URL and credentials.
Each Git repository has a unique link and you can't nest one Git repository inside another. So I don't think there is a way to automate this process. Of course, there might be someone who may have a solution for this but I am quite sure it is not something that can be implemented in PowerBuilder IDE itself.