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
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Cloud Workspaces will be available for you to work with on any machine and the s
25
25
26
26
### Create a Cloud Workspace
27
27
28
-
To create a Cloud 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 "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 to share with.
28
+
To create a Cloud 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 "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.
@@ -45,13 +45,19 @@ Actions can be performed on multiple repositories within the Workspace at once,
45
45
The following multi-repository actions can be performed:
46
46
- Clone: clone all selected repositories. HTTPS will be used by default unless you have SSH configured in your [Integration settings](https://help.gitkraken.com/gitkraken-client/integrations/).
47
47
- Fetch: fetch all selected repositories.
48
+
- Pull: pull all selected repositories.
48
49
- Open in GitKraken Client or an external editor: open all selected repositories in GitKraken or in your [default editor](/start-here/preferences/#external-editor).
49
50
- Locate in filesystem: point to all selected repositories locally or update the local location of the repositories if they have changed.
50
51
- Remove: remove all selected repositories from the Workspace.
51
52
52
53
### Pull requests
53
54
54
-
The Pull Request section will show all open pull requests for all repositories within the selected Workspace. Information shown here includes the pull request title, pull request number, CI status, the name of the branch being merged, and number of comments.
55
+
The Pull Request section will show all open pull requests for all repositories within the selected Workspace. Information shown here includes the pull request title, pull request number, CI status, complexity, the name of the branch being merged, and number of comments.
56
+
57
+
Complexity is a scale of 1 to 4 that scores a pull request’s complexity based on:
58
+
- Number of lines changed
59
+
- Number of files change
60
+
- Number of commits made
55
61
56
62
To view a Workspaces pull requests, select a Workspace and then select `Pull Requests`.
57
63
@@ -156,6 +162,7 @@ Actions can be performed on multiple repositories within the Workspace at once.
156
162
157
163
The following multi-repository actions can be performed:
158
164
- Fetch: fetch all selected repositories.
165
+
- Pull: pull all selected repositories.
159
166
- Open in GitKraken Client or an external editor: open all selected repositories in GitKraken or in your [default editor](/start-here/preferences/#external-editor).
160
167
- Remove: remove all selected repositories from the Workspace.
0 commit comments