Skip to content
sitMCella edited this page Apr 15, 2023 · 4 revisions

The Branches section on the left panel of the Document page manages the branches of a workspace.

Definition

A branch in a workspace corresponds to a Git branch. Every workspace contains the master branch, and the user can create additional branches. Each branch is composed of one or more commits. Each branch must have at least one commit.

The Branches section shows the list of branches for the selected workspace.

Open Directory

From the Document page, extend the Workspaces section on the left panel, then click on the name of one of the available workspaces.

From the Document page, extend the Branches section on the left panel, then select one of the available branches.

Directory Open

The application will open the Directory section on the left panel, showing the list of files in the selected workspace branch.

The application will also update the History section on the right panel.

The current version of the Document Versions application will always show the files in the Directory associated to the last commit of the selected branch.

In addition, the application manages only text files. Directories and other file formats are currently not supported.

Clone this wiki locally