Cloning Repositories

When you have a central repository in place, you can clone it to establish development, test, and production environments. In Workbench, this means a project designated for development, test, or production purposes.

When you clone a repository, it is copied from the centralized location to the specified project root, along with the contents of the working directory. In addition, Git sets the relationship between the two repositories.

NOTE: Cloning is also available from the New Project dialog.

TIP: A central repository can be created using the Git command line or a Git platform tool such as GitLab. See https://docs.gitlab.com/ee/university/training/topics/getting_started.html.