Skip to content

Commit 9f8e84a

Browse files
committed
Lowercase image names
1 parent 600ccbb commit 9f8e84a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gitkraken-client/current.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ We’ve heard that WSL is an essential part of many of our users’ development
6565

6666
With 9.1, users may now install GitKraken Client in a WSL 2 distribution with WSLg and better work with their Linux repos. For the best experience, we recommend users install GitKraken Client both on their Windows machine as well as their WSLg Linux distro. This allows users to quickly swap between GitKraken Client on each of their operating systems.
6767

68-
<img src="/wp-content/uploads/WSL2.png" class="img-responsive center img-bordered">
68+
<img src="/wp-content/uploads/wsl2.png" class="img-responsive center img-bordered">
6969

7070
For more information about WSL 2 / WSLg, and the additional features we’ve introduced to better manage GitKraken Client in this environment, check out the [Help Center documentation](https://help.gitkraken.com/gitkraken-client/windows-subsystem-for-linux/).
7171

@@ -77,7 +77,7 @@ Workspace columns can be sorted on Repositories, Issues, Pull Requests and WIP t
7777

7878
GitKraken Insights is now available for Cloud Workspaces connected to Azure DevOps, which should help Azure DevOps users measure how fast pull requests get merged.
7979

80-
<img src="/wp-content/uploads/Insights-Azure.png" class="img-responsive center img-bordered">
80+
<img src="/wp-content/uploads/insights-azure.png" class="img-responsive center img-bordered">
8181

8282
And all GitKraken Insights metrics now have a dropdown for changing the time period between a 7 day or 14 day time period for licensed users.
8383

@@ -89,27 +89,27 @@ And all GitKraken Insights metrics now have a dropdown for changing the time per
8989

9090
Users may now amend stash messages which should make renaming stashes a breeze. Just right-click a stash in the graph and then click “Edit stash message.”
9191

92-
<img src="/wp-content/uploads/Amend-Stash-graph.png" class="img-responsive center img-bordered">
92+
<img src="/wp-content/uploads/amend-stash-graph.png" class="img-responsive center img-bordered">
9393

9494
You may also right click on a stash in the Left Panel to access the same option.
9595

9696
#### Bypass Git Hooks
9797

9898
Another request from users — you may now bypass Git Hooks when committing. To bypass, first stage changes in a repo with Git Hooks enabled and then start typing your commit message.
9999

100-
<img src="/wp-content/uploads/Bypass.png" class="img-responsive center img-bordered">
100+
<img src="/wp-content/uploads/bypass.png" class="img-responsive center img-bordered">
101101

102102
You may then click this split button option to commit and bypass the Git Hook.
103103

104104
#### Encoding Support
105105

106106
GitKraken Client 9.1 comes with new encoding support for ISO-8859-1, Windows-1252, and many more. To update the encoding for the app’s File Diff view, navigate to Preferences > Encoding and set your encoding selection for the repository.
107107

108-
<img src="/wp-content/uploads/Encoding-Preferences.png" class="img-responsive center img-bordered">
108+
<img src="/wp-content/uploads/encoding-preferences.png" class="img-responsive center img-bordered">
109109

110110
Alternatively, from any file diff in GitKraken Client, click this dropdown menu in the top right to change your encoding preference.
111111

112-
<img src="/wp-content/uploads/File-encoding-DIFF.png" class="img-responsive center img-bordered">
112+
<img src="/wp-content/uploads/file-encoding-diff.png" class="img-responsive center img-bordered">
113113

114114
Of the two options, we recommend users to change the default encoding in their Preferences. That way you’ll be able to read all diffs with the correct characters.
115115

0 commit comments

Comments
 (0)