Version Control

Commit history management and push back

Overview

The project versions section allows you to see the different versions of your project in the selected branch ( main by default ). In this section, you can revert the changes made in the selected commit.

The revert action will revert the changes made to the selected version.

Setup

  1. Navigate to the Version Control Section of the app

  2. Select your commit

  3. Click on Restore

  4. This will deploy the selected commit in your project branch

Last updated

Was this helpful?