This lesson will cover the following topics:

01 Getting Started

This tutorial covers version management for projects.

If you export a project from the sandbox environment to the production environment and after the export is completed, changes are made to the project in the sandbox environment. You can export the updated project from the sandbox to the production environment using the Remove Existing function to remove the outdated version on the production environment and replace it with the new one.

02 Enabling Versions

1. Click on the Project Settings gear icon and select the Tools tab.
2. Enable the Enable Version toggle switch.
3. Click the corresponding gear icon to open the project versions window.
enable versions in the tools tab under project settings
  • You can use GitHub to manage your project versions.
  • Search for a specific version. Filter versions by date, commit, or save.
  • You can open a version in a new tab.
  • View the version details.
  • Use a specific version of a project in your current window. This can be used to roll back to previous project versions.
project versions screen
Click on view to open the view version window. This window displays important information about that specific version including the user that published or committed the version.
view version window
For example,
  • The project was exported from a sandbox environment to a production environment, and changes were made and saved in the production environment (1).
  • Changes were made in the sandbox environment, and it was exported again to the production environment using the Remove existing option.
  • The project in production was overridden (2), and a new version was created (3).
example of how project versions work

03 Got Feedback?

Additional Resources