You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gitkraken-client/workspaces.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Cloud Workspaces will be available for you to work with on any machine and the s
33
33
34
34
### Create a Cloud Workspace
35
35
36
-
To create a Cloud Workspace, select <buttonclass="button button--ui button--nolink">+ New Workspace</button>.
36
+
To create a Cloud Workspace, select <buttonclass="button button--success button--ui button--nolink">+ New Workspace</button>.
37
37
38
38
Then, select "Cloud Workspace”, name your Workspace, selecting the hosting service, and then select repositories to add. Optionally, you can also provide an icon, description and select teams or individual users to share with.
39
39
@@ -69,9 +69,8 @@ You can see all open pull requests for all repositories in [Launchpad](https://h
69
69
70
70
### Create a Local Workspace
71
71
72
-
To create a Local Workspace, select <buttonclass="button button--success button--ui button--nolink">+ New Workspace</button> (or <buttonclass="button button--success button--ui button--nolink">+ Create a Worspace</button>). Then, select “Local Workspace”, name your Workspace, and browse to select repositories to add to your Local Workspace. You may select individual repositories, a directory of repositories, or a VS Code Workspace (.code-workspace). Optionally, you can also provide an icon and description.
72
+
To create a Local Workspace, select <buttonclass="button button--success button--ui button--nolink">New Workspace</button>. Then, select “Local Workspace”, name your Workspace, and browse to select repositories to add to your Local Workspace. You may select individual repositories, a directory of repositories, or a VS Code Workspace (.code-workspace). Optionally, you can also provide an icon and description.
The option "Sync with local directory" will allow you to sync the Workspace with a local directory. This will automatically add any repositories in the selected directory to the Workspace.
77
76
@@ -91,7 +90,7 @@ You can create a Cloud Workspace from a Local Workspace which will enable more v
91
90
92
91
To do this, select your local Workspace to open it and then select `Create cloud workspace`. From here, you will need to select the provider for your new Cloud Workspace, select the repositories you would like added, and you can even add more repositories to this Workspace from the selected provider.
Workspaces expose the state of all repositories so you can see the last checked-out branch, how many commits are ahead or behind the remote, and your work in progress with counts of modified added, deleted, and renamed files.
0 commit comments