Create a Workspace

A workspace is a private place for you to do your work. It corresponds to a Git repository and branch. Think of it as your laptop in the cloud.

When you create a workspace by cloning a repository, you create a local cloud copy of all the files in the central file system. You make private, local changes to this file system without impacting anyone else. To make your changes available to your team, push your finished work back to the central source of truth, that is, the project’s Git repo in Visual Builder Studio.