History View
Overview
Babel does not manage code in the way Git does. It saves different versions of Babel as snapshots during user editing and displays them in History View. Users can view any content of any version and can rollback the current Babel to any version (actually, a new version is created, identical to the specified version).
Babel's versions include all contents of Dependencies, Config, and Elements, but do not include data stored in the Database and Storage. In other words, rollback will not modify data in the Database and Storage.
Quick Start
On the Workspace page, click the button as shown to enter the History View.
The History View on the right shows the current version of the application and all historical versions.
You can click "Restore" to revert to a particular version.