-
Notifications
You must be signed in to change notification settings - Fork 0
Workspace
The Workspaces section on the left panel of the Document page manages the workspaces.
A Workspace represents a directory and collects files and documents.
The application manages a set of workspaces. Each workspace is independent and every operation on the workspace is managed using a Git client.
From the Document page, extend the Workspaces section on the left panel, then click on the "New Workspace" link. The "Create Workspace" panel will appear in the Document page.
Fron the "Create Workspace" panel, specify the name of the Workspace, then click on the button "Save".
The application will create the workspace with the following:
- One initial Git commit without any file
- A second Git commit with a "README.md" file
After the creation of the workspace, the application will open the Branches section on the left panel, showing the current setup of the workspace branches.
The application will also open the History section on the right panel, showing the history of the workspace.
From the Document page, extend the Workspaces section on the left panel, then click on the name of one of the available workspaces.
The application will open the Branches section on the left panel, showing the current list of the workspace branches.
The application will also open the History section on the right panel, showing the history of the workspace.