In a previous blog article we looked at the new feature of PowerBuilder 2017 R2 for Subversion source control support. In this blog article we're going to look at a very similar feature, Git source control support. I'm not going to go through the history of source code support in PowerBuilder again, I'd refer you to that previous blog article for that. We're going dive straight in to how the Git feature works.
Setting up Git
For this demo, we're going to use Bonobo Git Server. One reason I like it is because it provide a web based admin console for managing the server, so I don't have to use the Git command line to do that.
Because it's an ASP.Net application, the machine where we're going to install it must have IIS and the .Net Framework 4.6 installed on it. To install Bonobo Git once you've downloaded it you simply need to: