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/terminal.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,23 +37,23 @@ Auto-complete suggestions will also appear for flags.
37
37
</div>
38
38
39
39
### GK Commands
40
-
You can access GitKraken CLI specific commands by typing `gk`.
40
+
You can access GitKraken CLI specific commands by typing `gkc`.
41
41
42
-
<imgsrc="/wp-content/uploads/autocomplete-suggestions-gk.png"class="img-responsive center img-bordered">
42
+
<imgsrc="/wp-content/uploads/autocomplete-suggestions-gk-2.png"class="img-responsive center img-bordered">
43
43
44
44
As well as suggestions for additional parameters.
45
45
46
-
<imgsrc="/wp-content/uploads/autocomplete-suggestions-gk-diff.png"class="img-responsive center img-bordered">
46
+
<imgsrc="/wp-content/uploads/autocomplete-suggestions-gk-diff-2.png"class="img-responsive center img-bordered">
47
47
48
-
Different views can be accessed using the `gk` CLI program in the Terminal:
48
+
Different views can be accessed using the `gkc` CLI program in the Terminal:
49
49
50
-
*`gk panel`: toggles the visualization panel. Also has parameters to reposition the panel top/bottom/left/right.
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.
52
-
*`gk history` and `gk blame`: opens the history/blame panel for a specific file.
53
-
*`gk diff`: shows changes between commits. If no SHAs are provided, it will use your WIP and HEAD. If only one SHA is provided, it will be compared with HEAD.
54
-
*`gk --help`: shows the list of `gk` commands.
50
+
*`gkc panel`: toggles the visualization panel. Also has parameters to reposition the panel top/bottom/left/right.
51
+
*`gkc 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.
52
+
*`gkc history` and `gk blame`: opens the history/blame panel for a specific file.
53
+
*`gkc diff`: shows changes between commits. If no SHAs are provided, it will use your WIP and HEAD. If only one SHA is provided, it will be compared with HEAD.
54
+
*`gkc --help`: shows the list of `gk` commands.
55
55
56
-
<imgsrc="/wp-content/uploads/terminal-gk-command-example.gif"class="img-responsive center img-bordered">
56
+
<imgsrc="/wp-content/uploads/terminal-gk-command-example-2.gif"class="img-responsive center img-bordered">
0 commit comments