Skip to content

Commit

Permalink
docs: add workspaces git branch option (#201)
Browse files Browse the repository at this point in the history
Signed-off-by: stefanicjuraj <[email protected]>
  • Loading branch information
stefanicjuraj authored Dec 9, 2024
1 parent 5eea4b9 commit 8a016d0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/content/docs/usage/workspaces.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,19 @@ Creating a Workspace allows you to set up a new environment either by selecting

If you do not have a repository ready, you can choose to create a Workspace from a sample project provided by Daytona. This option allows you to set up a new development environment using quick-start sample repositories.

3. Select the dev container `configuration file` for your Workspace.
3. Select a `branch` from the Git repository to use for your Workspace.

4. Select the dev container `configuration file` for your Workspace.

If the selected Git repository includes a `devcontainer.json` configuration file, you will be prompted to select the `configuration file` for your Workspace.

4. Select the default [**`IDE`**](/usage/ide) to use for your Workspace.
5. Select the default [**`IDE`**](/usage/ide) to use for your Workspace.

5. Select the [**`Workspace class`**](#workspace-classes) to allocate resources for your Workspace.
6. Select the [**`Workspace class`**](#workspace-classes) to allocate resources for your Workspace.

6. Enter a name for your Workspace. You can modify the Workspace name later by clicking the pencil icon `` on the selected Workspace.
7. Enter a name for your Workspace. You can modify the Workspace name later by clicking the pencil icon `` on the selected Workspace.

7. Click `Continue` to proceed with the Workspace creation process.
8. Click `Continue` to proceed with the Workspace creation process.

```text
⠋ Warming up...
Expand Down

0 comments on commit 8a016d0

Please sign in to comment.