- Compare changes against your last commit
- Commit changes to build a release preview
- Preview each commit to QA and get feedback from teammates
- Deploy commits to make changes available to end-users
- Redeploy commits to easily rollback to previous deployed versions
- Reset editor to quickly undo changes in edit mode
Compare changes

Commit

- Click on the Versions icon
- Scroll down to Committed changes
- Enter your commit message
- Click Create new commit
Commit previews
Every commit in Superblocks triggers the build of a dedicated Commit Preview. Commit Previews let you test and review changes using a live interactive environment without deploying and impacting your end-users. To open a Commit Preview for a commit:- Click the Versions icon
- Scroll down to Committed changes
- Click the menu icon for the commit you want to view
- Click Preview
Deploy
Once you and your team are happy with your changes, make them live for all users by deploying.
- Click the Versions icon
- Scroll down to Committed changes
- Click the menu icon for the desired commit
- Click Deploy to Production
Reset editor
If you ever find yourself in a situation where you want to completely discard changes you’ve made to your Application, Workflow, or Scheduled Job, you can discard changes by resetting the editor. To reset your editor:- Navigate to the Version Control panel
- Find the commit you want to reset the editor to. This can be your last commit, this will discard all uncommitted changes, or an older commit
- Click Reset Editor
Note: changes via Reset Editor will only impact the Application in edit mode. The deployed version of the Application will be unaffected. If you need to change the deployed version, see Redeploy

