Summary
In this chapter, you learned about application code management using Git repositories. We explained about Visual Builder Studio, what it offers, and the audience that can benefit from VB Studio. You learned how to provision a VB Studio instance from an Oracle Cloud account, and how to access it.
You learned about creating a project using VB Studio using the Initial Repository template, which creates an empty Git repository. This Git repository can be used to maintain the version control of any kind of application code. We demonstrated how to connect VB with VB Studio, and how to connect a VB application with VB Studio Git repositories.
You learned about managing a VB application using Git repositories. We demonstrated how to push a VB application from the VB console to a VB Studio Git repository, how to modify code files directly from the Git interface, and how to pull changes from Git to the VB console and import the VB application from VB Studio Git to VB.
I hope...