Git Projects

Introduction

In the 2023 Q3 release, we have incorporated the concept of a Git Project, which allows to access a Git repository from the Platform Control Panel itself and perform typical Git operations from the platform, including inline editing.

How does it work

List of Git Projects

Access from the Development > My Git Projects menu.

Upon access, it shows the registered Git projects.

On the list screen, by pressing the 'Options' icon, a menu will appear with the columns that you can see in your list.

Git Project Creation

Access from the Development > My Git Projects menu.

To register a new Project, click on the “+” icon and it will take you to the project creation screen.

Insert the project name into the platform, URL, user and token of your Git project.

When you fill in the required data and click on "create", a list appears with all the projects created on the platform.

Git Project Editing

Access the parameter modification screen by clicking on the "edit" icon in the project list:

 

 

On the project edit screen, you can modify the Git configuration of the project.

Working with a Git Project

To work with the Git project, press the “view” icon in the list:

 

On the work screen with the Git project, the first thing you have to do is select the Git branch on which you will work.

Once selected, on the left side (File Tree) you will see the structure of your Git repository and you will be able to edit the files:

 

Once the changes have been made to the chosen file, click on the “Save” button and a pop-up will appear indicating that the changes will be made to the chosen branch. It tells the files that are going to be saved and allows you to enter the commit’s comment.

To add or delete files, click on the button that appears at the bottom of the file tree.

We have also incorporated generative AI into this editor so that, once the AI engine you want to use is configured, you can ask it to generate the necessary code for you .