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/single-sign-on.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,11 +116,11 @@ Click on <button class='button button--success button--ui button--nolink'>Add Us
116
116
+**IdP Metadata URL /IdP Metadata:** depending on the IdP we can use one or both of these options for setting up the SSO connection.
117
117
+**Don't enable this connection immediately** ✅ by default new connections are automatically enabled. This checkbox will create the connection but users will not be able to login using SSO with this IdP until it is enabled.
118
118
119
-
**Example 1:** setting up Otka
119
+
**Example 1:** setting up Okta
120
120
121
121
Okta is configured using a metadata file.
122
122
1. Access your Okta instance.
123
-
2. Navigate to the Application that you want to use. See our [Otka example](/gitkraken-client/single-sign-on/#otka) for an example of how to make one.
123
+
2. Navigate to the Application that you want to use. See our [Okta example](/gitkraken-client/single-sign-on/#Okta) for an example of how to make one.
124
124
3. Click on “Sign on” and scroll down to SAML Signing Certificates:
Copy file name to clipboardExpand all lines: gitkraken-client/terminal.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ taxonomy:
7
7
8
8
---
9
9
10
-
Open the terminal to use Git CLI commands while still viewing the graph.
10
+
Open the Terminal to use Git CLI commands while still viewing the graph.
11
11
12
-
To get started open up a repository and click the terminal <iclass="fa fa-terminal"aria-hidden="true"></i> button in the toolbar, from the new tab view by clicking <kbd>New Terminal Tab</kbd>, or by searching for "terminal" in the <ahref="/working-with-repositories/command-palette">command palette</a>.
12
+
To get started open up a repository and click the Terminal <iclass="fa fa-terminal"aria-hidden="true"></i> button in the toolbar, from the new tab view by clicking <kbd>New Terminal Tab</kbd>, or by searching for "terminal" in the <ahref="/working-with-repositories/command-palette">command palette</a>.
13
13
14
14
<imgsrc="/wp-content/uploads/open-gitkraken-terminal.gif"class="img-responsive center img-bordered">
15
15
@@ -33,7 +33,7 @@ Auto-complete suggestions will also appear for flags.
33
33
<imgsrc="/wp-content/uploads/autocomplete-suggestions-flags.png"class="img-responsive center img-bordered">
34
34
35
35
<divclass='callout callout--warning'>
36
-
<p><strong>Note:</strong> Other auto-complete programs can cause GitKraken CLI's auto-complete suggestions to not work. You may need to uninstall or disable these programs before using the Terminal.</p>
36
+
<p><strong>Note:</strong> Other auto-complete programs can cause the Terminal auto-complete suggestions to not work. You may need to uninstall or disable these programs before using the Terminal.</p>
37
37
</div>
38
38
39
39
### GK Commands
@@ -45,7 +45,7 @@ As well as suggestions for additional parameters.
45
45
46
46
<imgsrc="/wp-content/uploads/autocomplete-suggestions-gk-diff.png"class="img-responsive center img-bordered">
47
47
48
-
Different views can be accessed using the `gk` CLI program:
48
+
Different views can be accessed using the `gk` CLI program in the Terminal:
49
49
50
50
*`gk panel`: toggles the visualization panel. Also has parameters to reposition the panel top/bottom/left/right.
51
51
*`gk graph`: shows the graph view. Same behavior as the `gk panel`, but additionally it will return to the graph if you're in a different view, and has subcommands for toggling the graph columns with the keyboard.
0 commit comments