Skip to content

Commit 3b8069e

Browse files
Gitkraken Terminal updates
Change GitKraken CLI specific commands from `gk` to `gkc`. Update the images and examples accordingly.
1 parent 7414a71 commit 3b8069e

6 files changed

+10
-10
lines changed
116 KB
Loading
71.2 KB
Loading
-34.3 KB
Binary file not shown.
-28.9 KB
Binary file not shown.
3.68 MB
Loading

gitkraken-client/terminal.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,23 @@ Auto-complete suggestions will also appear for flags.
3737
</div>
3838

3939
### GK Commands
40-
You can access GitKraken CLI specific commands by typing `gk`.
40+
You can access GitKraken CLI specific commands by typing `gkc`.
4141

42-
<img src="/wp-content/uploads/autocomplete-suggestions-gk.png" class="img-responsive center img-bordered">
42+
<img src="/wp-content/uploads/autocomplete-suggestions-gk-2.png" class="img-responsive center img-bordered">
4343

4444
As well as suggestions for additional parameters.
4545

46-
<img src="/wp-content/uploads/autocomplete-suggestions-gk-diff.png" class="img-responsive center img-bordered">
46+
<img src="/wp-content/uploads/autocomplete-suggestions-gk-diff-2.png" class="img-responsive center img-bordered">
4747

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:
4949

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.
5555

56-
<img src="/wp-content/uploads/terminal-gk-command-example.gif" class="img-responsive center img-bordered">
56+
<img src="/wp-content/uploads/terminal-gk-command-example-2.gif" class="img-responsive center img-bordered">
5757

5858
---
5959

0 commit comments

Comments
 (0)