AutomationView does not include a built-in version-control system. It has no commit, branch, or "version project" command of its own. Instead, every project is stored as plain-text files (.seq, .machine, and Python), so you can version it with any tool you already use, such as Git.
Use your own version-control tool:
git init)..seq, .machine, and Python files.AutomationView generates Sequence code with sorted keys, so diffs stay small and readable. When the AutomationView editor supplies a historical or diff version of a file (for example from the Timeline or a Git diff), the visual editors can render that snapshot read-only.
See Version Control and Diff-Friendly Files for details.