Skip to content

Commit 1481adf

Browse files
Merge branch 'client-to-desktop' into 10-0-0-update
2 parents c831ee7 + 14f12d9 commit 1481adf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+415
-415
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# gitkraken-client-docs
2-
Documentation for the GitKraken Client. To view the documentation live, go to the [GitKraken Help Center](https://help.gitkraken.com/gitkraken-client/gitkraken-client-home/).
2+
Documentation for the GitKraken Desktop. To view the documentation live, go to the [GitKraken Help Center](https://help.gitkraken.com/gitkraken-client/gitkraken-client-home/).

gitkraken-client/activity-logs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
22

33
title: Activity Logs
4-
description: Learn where to find feedback Activity Logs in GitKraken Client.
4+
description: Learn where to find feedback Activity Logs in GitKraken Desktop.
55
taxonomy:
66
category: gitkraken-client
77

88
---
99

10-
Learn how to view all Git actions made to repositories and all application actions made in GitKraken Client through Activity Logs.
10+
Learn how to view all Git actions made to repositories and all application actions made in GitKraken Desktop through Activity Logs.
1111

1212
***
1313

1414
## Activity Logs
1515

1616
Looking to increase your project scope?
1717

18-
Pop open the hood of your project and check out the <kbd>Activity Logs</kbd> located in the footer toolbar of GitKraken Client.
18+
Pop open the hood of your project and check out the <kbd>Activity Logs</kbd> located in the footer toolbar of GitKraken Desktop.
1919

20-
<kbd>Activity Logs</kbd> provide real time feedback of application and repository-level interactions that occurred in GitKraken Client.
20+
<kbd>Activity Logs</kbd> provide real time feedback of application and repository-level interactions that occurred in GitKraken Desktop.
2121

2222
<img src='/wp-content/uploads/activity.gif' class='img-bordered img-responsive center'>
2323

@@ -29,7 +29,7 @@ Pop open the hood of your project and check out the <kbd>Activity Logs</kbd> loc
2929

3030
### Application Log
3131

32-
The *Applications* tab in <kbd>Activity Logs</kbd> contains messages about actions made in GitKraken Client application. Discover events from your GitKraken Client instance such as: project creation, clearing SSH, setting global gitconfig, etc.
32+
The *Applications* tab in <kbd>Activity Logs</kbd> contains messages about actions made in GitKraken Desktop application. Discover events from your GitKraken Desktop instance such as: project creation, clearing SSH, setting global gitconfig, etc.
3333

3434
<img src='/wp-content/uploads/app-level.png' srcset='/wp-content/uploads/[email protected]' class='img-bordered img-responsive center'>
3535

gitkraken-client/adding-and-removing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22

33
title: Adding and Removing
4-
description: Learn how to add and remove files in GitKraken Client.
4+
description: Learn how to add and remove files in GitKraken Desktop.
55
taxonomy:
66
category: gitkraken-client
77

88
---
9-
Learn how to add and remove files in GitKraken Client.
9+
Learn how to add and remove files in GitKraken Desktop.
1010
***
1111

1212
## Adding a file
1313

14-
Add a file to GitKraken Client using the Command Palette.
14+
Add a file to GitKraken Desktop using the Command Palette.
1515

1616
To initiate the Command Palette, hit <kbd>Ctrl</kbd>/<kbd>Cmd</kbd> + <kbd>P</kbd>, type `Create File`, and hit <kbd>Enter</kbd>.
1717

gitkraken-client/authentication.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22

33
title: Other Integrations
4-
description: Learn how to authenticate with GitKraken Client to manage your SSH keys for repositories and integrations. Create a SSH key pair or bring your own!
4+
description: Learn how to authenticate with GitKraken Desktop to manage your SSH keys for repositories and integrations. Create a SSH key pair or bring your own!
55
taxonomy:
66
category: gitkraken-client
77

88
---
99

10-
GitKraken Client can connect to repositories hosted on most services (like TFS, AWS CodeCommit, [Google Cloud Source Repositories](/integrations/authentication/#google-cloud-source-repositories), custom service, etc), over HTTPS or SSH.
10+
GitKraken Desktop can connect to repositories hosted on most services (like TFS, AWS CodeCommit, [Google Cloud Source Repositories](/integrations/authentication/#google-cloud-source-repositories), custom service, etc), over HTTPS or SSH.
1111

1212
<div class='embed-container embed-container--16-9'>
1313
<iframe width="560" height="315" src="https://www.youtube.com/embed/OA9o09Bq5M8?ecver=1" frameborder="0" allowfullscreen></iframe>
@@ -24,7 +24,7 @@ To clone a remote repository over HTTPS, first navigate to your hosting service
2424

2525

2626

27-
Then go to GitKraken Client and clone the project through <kbd><strong>File > Clone Repo</strong></kbd>.
27+
Then go to GitKraken Desktop and clone the project through <kbd><strong>File > Clone Repo</strong></kbd>.
2828

2929
<img src='/wp-content/uploads/clone.png' srcset='/wp-content/uploads/[email protected] 2x' class='img-bordered img-responsive center'>
3030

@@ -39,21 +39,21 @@ By default when cloning a repo using HTTPS, your remote tracking at `origin` wil
3939
<iframe width="560" height="315" src="https://www.youtube.com/embed/z7jVOenqFYk?ecver=1" frameborder="0" allowfullscreen></iframe>
4040
</div>
4141

42-
Before you can clone a repo over SSH, you must first set up your SSH keys in GitKraken Client.
42+
Before you can clone a repo over SSH, you must first set up your SSH keys in GitKraken Desktop.
4343

4444
Navigate to <kbd><strong>Preferences > SSH</strong></kbd>.
4545

4646
<img src="/wp-content/uploads/authentication.png" srcset="/wp-content/uploads/[email protected]" class="img-bordered img-responsive center">
4747

48-
Here you may choose an SSH key pair by browsing your file system, or let GitKraken Client generate a key for you (recommended). Make sure that you copy your public SSH key and paste it into your remote hosting service!
48+
Here you may choose an SSH key pair by browsing your file system, or let GitKraken Desktop generate a key for you (recommended). Make sure that you copy your public SSH key and paste it into your remote hosting service!
4949

5050
Once your keys are set up, you are ready to clone.
5151

5252
### Clone over SSH
5353

5454
To clone a remote repository over SSH, first navigate to your hosting service and copy the SSH link.
5555

56-
Then go to GitKraken Client and clone the project through <em class='context-menu'>File <i class="fa fa-caret-right"></i> Clone</em>.
56+
Then go to GitKraken Desktop and clone the project through <em class='context-menu'>File <i class="fa fa-caret-right"></i> Clone</em>.
5757

5858
<img src='/wp-content/uploads/clone.png' srcset='/wp-content/uploads/[email protected] 2x' class='img-bordered img-responsive center'>
5959

@@ -110,13 +110,13 @@ This way, provided your keys are loaded, every action requiring a chat with your
110110
### I'm having an SSH issue.
111111
Well if it's not working 100% of the time, the most common issues are:
112112

113-
* SSH-agent on Windows &mdash; GitKraken Client currently only supports Pageant for the SSH agent for Windows.
113+
* SSH-agent on Windows &mdash; GitKraken Desktop currently only supports Pageant for the SSH agent for Windows.
114114
* You can download PuTTY and Pageant from their page <a href='http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html' target='_blank'>here</a>.
115115
* Misconfigured SSH settings &mdash; remote URL format
116116
* Check in <kbd><strong>Preferences > SSH</strong></kbd> to confirm that your SSH settings are correct.
117117
* Edit remotes in the left ref panel to ensure push and pull urls are set and in the correct format
118-
* Expected use of SSH config &mdash; GitKraken Client does not currently respect your SSH config and cannot make use of any remote server nicknames or identities.
119-
* You can either load your SSH key directly into GitKraken Client or use your system&rsquo;s SSH agent to authenticate with your remote.
118+
* Expected use of SSH config &mdash; GitKraken Desktop does not currently respect your SSH config and cannot make use of any remote server nicknames or identities.
119+
* You can either load your SSH key directly into GitKraken Desktop or use your system&rsquo;s SSH agent to authenticate with your remote.
120120

121121

122122
***
@@ -132,18 +132,18 @@ Use this if you need the app to prompt for username or password for remote actio
132132

133133
## Proxy configuration
134134

135-
GitKraken Client supports proxies for Windows, OSX, and Linux. GitKraken Client should recognize your proxy settings by default, however please review the additional instructions below if you are using an authenticated proxy such as <em>basic</em>, <em>NTLM</em>, <em>Negotiate</em>, or <em>Digest</em>.
135+
GitKraken Desktop supports proxies for Windows, OSX, and Linux. GitKraken Desktop should recognize your proxy settings by default, however please review the additional instructions below if you are using an authenticated proxy such as <em>basic</em>, <em>NTLM</em>, <em>Negotiate</em>, or <em>Digest</em>.
136136

137137
### Windows
138138

139-
For Windows users, your Windows machine will prompt for your proxy credentials on GitKraken’s behalf. Enter the credentials to complete the proxy configuration with GitKraken Client.
139+
For Windows users, your Windows machine will prompt for your proxy credentials on GitKraken’s behalf. Enter the credentials to complete the proxy configuration with GitKraken Desktop.
140140

141141
### OSX
142142

143-
If you’re using an authenticated proxy on OSX, GitKraken will directly ask for the proxy credentials. Enter the credentials to complete the proxy configuration with GitKraken Client.
143+
If you’re using an authenticated proxy on OSX, GitKraken will directly ask for the proxy credentials. Enter the credentials to complete the proxy configuration with GitKraken Desktop.
144144

145145
### Linux
146-
If you are using an authenticated proxy on Linux, GitKraken Client will directly ask for the proxy credentials. Additionally, you will need to run GitKraken Client with the command line flag:
146+
If you are using an authenticated proxy on Linux, GitKraken Desktop will directly ask for the proxy credentials. Additionally, you will need to run GitKraken Desktop with the command line flag:
147147

148148
--proxy-server=10.200.0.1:8080
149149

@@ -152,7 +152,7 @@ where <code>10.200.0.1</code> and <code>8080</code> are the proxy IP and proxy p
152152

153153
## Google Cloud Source Repositories
154154

155-
Due to the non-standard way Google Source Cloud Repositories use HTTPS and SSH URLs, GitKraken Client will have trouble parsing the URLs. The SSH URL is normally formatted in this manner:
155+
Due to the non-standard way Google Source Cloud Repositories use HTTPS and SSH URLs, GitKraken Desktop will have trouble parsing the URLs. The SSH URL is normally formatted in this manner:
156156

157157
ssh://[email protected]@source.developers.google.com:2021/p/test-project-12345/r/Test-Repo-1
158158

gitkraken-client/bitbucket-server.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22

33
title: Bitbucket Server Integration
4-
description: Integrate GitKraken Client with your Bitbucket Server repository by following these steps.
4+
description: Integrate GitKraken Desktop with your Bitbucket Server repository by following these steps.
55
taxonomy:
66
category: gitkraken-client
77

88
---
99

10-
GitKraken Client allows you to authenticate with Bitbucket Server, which will help you find repos on Bitbucket Server when cloning or adding your remotes.
10+
GitKraken Desktop allows you to authenticate with Bitbucket Server, which will help you find repos on Bitbucket Server when cloning or adding your remotes.
1111

1212
**Benefits**
1313

@@ -23,7 +23,7 @@ GitKraken Client allows you to authenticate with Bitbucket Server, which will he
2323
## Connecting to Bitbucket Server
2424

2525
<div class='callout callout'>
26-
<p>Note 📝 - GitKraken Client supports any version of Bitbucket Server released within one year.</p>
26+
<p>Note 📝 - GitKraken Desktop supports any version of Bitbucket Server released within one year.</p>
2727
</div>
2828

2929
To authenticate with Bitbucket Server, navigate to the upper right corner to access <kbd><i> <i class="fas fa-cog"></i> Preferences <i class='fa fa-caret-right'></i> Integrations</i></kbd>
@@ -42,17 +42,17 @@ This opens a web browser where you will log in with your Bitbucket Server creden
4242

4343
<img src='/wp-content/uploads/BitbucketServerPAT.png' class="img-responsive center img-bordered">
4444

45-
Copy the token and paste it into GitKraken Client, then click the <button class='button button--success button--ui button--nolink'>Connect</span></button> button.
45+
Copy the token and paste it into GitKraken Desktop, then click the <button class='button button--success button--ui button--nolink'>Connect</span></button> button.
4646

4747
<img src="/wp-content/uploads/bitbucket-server-connected.png" srcset="/wp-content/uploads/[email protected] 2x" class="img-responsive center img-bordered">
4848

4949
***
5050
## Generating SSH keys for Bitbucket Server.
5151
<div class='callout callout'>
52-
<p>Note 📝 - GitKraken Client uses your SSH key defined in <kbd><i>Preferences <i class='fa fa-caret-right'></i> SSH</i></kbd> for git operations unless you set up a BitBucket-specific SSH key, or enable your local SSH Agent.</p>
52+
<p>Note 📝 - GitKraken Desktop uses your SSH key defined in <kbd><i>Preferences <i class='fa fa-caret-right'></i> SSH</i></kbd> for git operations unless you set up a BitBucket-specific SSH key, or enable your local SSH Agent.</p>
5353
</div>
5454

55-
Once your Bitbucket Server account has been connected to your GitKraken Client, you may then generate an SSH key and add it to your Bitbucket Server account from <em class='context-menu'>Preferences <i class='fa fa-caret-right'></i> Integrations</em>
55+
Once your Bitbucket Server account has been connected to your GitKraken Desktop, you may then generate an SSH key and add it to your Bitbucket Server account from <em class='context-menu'>Preferences <i class='fa fa-caret-right'></i> Integrations</em>
5656

5757
Click <button class='button button--success button--ui button--nolink'>Generate SSH key and copy to clipboard</span></button> and follow the toast prompt to add the key to your Bitbucket Server account. If you miss the toast pop-up or need to copy the public key later, you can use the link as well.
5858

@@ -74,7 +74,7 @@ First, you may search through your existing repositories when cloning:
7474

7575
<img src="/wp-content/uploads/bitbucket-server-clone-menu.png" srcset="/wp-content/uploads/[email protected] 2x" class="img-responsive center img-bordered">
7676

77-
Next, GitKraken Client presents a list of forks of the current repository when adding remotes:
77+
Next, GitKraken Desktop presents a list of forks of the current repository when adding remotes:
7878

7979
<img src="/wp-content/uploads/bitbucket-server-add-remote.png" class="img-responsive center img-bordered">
8080

gitkraken-client/bitbucket.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22

3-
title: GitKraken Client Bitbucket Integration
3+
title: GitKraken Desktop Bitbucket Integration
44
description: Integrate GitKraken with your Bitbucket repository by following these steps.
55
taxonomy:
66
category: gitkraken-client
77

88
---
99

10-
GitKraken Client allows you to authenticate with Bitbucket, which will help you find repos on Bitbucket when cloning or adding your remotes.
10+
GitKraken Desktop allows you to authenticate with Bitbucket, which will help you find repos on Bitbucket when cloning or adding your remotes.
1111

1212
**Benefits**
1313

@@ -51,7 +51,7 @@ Alternativley, you can connect the integration by copy and pasting the OAuth tok
5151
***
5252
## Generating SSH keys for Bitbucket.
5353
<div class='callout callout'>
54-
<p>Note 📝 - GitKraken Client uses your SSH key defined in <kbd><i>Preferences <i class='fa fa-caret-right'></i> SSH</i></kbd> for git operations unless you set up a BitBucket-specific SSH key, or enable your local SSH Agent.</p>
54+
<p>Note 📝 - GitKraken Desktop uses your SSH key defined in <kbd><i>Preferences <i class='fa fa-caret-right'></i> SSH</i></kbd> for git operations unless you set up a BitBucket-specific SSH key, or enable your local SSH Agent.</p>
5555
</div>
5656

5757
Once your Bitbucket account has been connected to GitKraken, you may then generate an SSH key and add it to your Bitbucket account from <kbd><i>Preferences <i class='fa fa-caret-right'></i> Integrations</i></kbd>
@@ -68,7 +68,7 @@ First, you may search through your existing repositories when cloning:
6868

6969
<img src="/wp-content/uploads//clone.png" srcset="/wp-content/uploads//[email protected]" class="img-bordered img-responsive center">
7070

71-
Next, GitKraken Client presents a list of forks of the current repository when adding remotes:
71+
Next, GitKraken Desktop presents a list of forks of the current repository when adding remotes:
7272

7373
<img src="/wp-content/uploads//remote.png" srcset="/wp-content/uploads//[email protected]" class="img-bordered img-responsive center">
7474

gitkraken-client/boards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
title: GitKraken Boards
4-
description: Integrate GitKraken Client with your GitKraken Boards for easy task tracking.
4+
description: Integrate GitKraken Desktop with your GitKraken Boards for easy task tracking.
55
taxonomy:
66
category: gitkraken-client
77

gitkraken-client/branching-and-merging.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22

33
title: Branching and Merging
4-
description: Learn about branching and merging in GitKraken Client.
4+
description: Learn about branching and merging in GitKraken Desktop.
55
taxonomy:
66
category: gitkraken-client
77

88
---
99

10-
Learn how to branch and merge in GitKraken Client. 🌳 🔀
10+
Learn how to branch and merge in GitKraken Desktop. 🌳 🔀
1111

1212
<div class='embed-container embed-container--16-9'>
1313
<iframe width='560' height='315' src='https://www.youtube.com/embed/8-qRKyy-v7I?rel=0&vq=hd1080' frameborder='0' allowfullscreen></iframe>
@@ -29,7 +29,7 @@ Branch checkout updates files in the working directory to reflect the version de
2929

3030
New commits are added to the checked out branch. If you find yourself on the wrong branch, <a href="/gitkraken-client/stashing">stash</a> your changes, switch to the correct branch, and then *pop* the stash.
3131

32-
When you create a new branch, GitKraken Client will automatically checkout the branch for you:
32+
When you create a new branch, GitKraken Desktop will automatically checkout the branch for you:
3333

3434
<figure class='figure center'>
3535
<img src='/wp-content/uploads/Add-branch.gif'>
@@ -75,9 +75,9 @@ Drag and drop one branch onto another to initiate a merge, or just right click t
7575

7676
Merge conflicts may happen when team members make different changes to the same line of the same file, or when one team member edits a file and another deletes the same file. Oops!
7777

78-
When collaboration goes wrong, GitKraken Client Merge Conflict Editor is here to clear the murky waters.
78+
When collaboration goes wrong, GitKraken Desktop Merge Conflict Editor is here to clear the murky waters.
7979

80-
If your merge attempt triggers a merge conflict, GitKraken Client display the conflicting files in the Commit Panel.
80+
If your merge attempt triggers a merge conflict, GitKraken Desktop display the conflicting files in the Commit Panel.
8181

8282
<img src="/wp-content/uploads/merge-conflict.png" srcset="/wp-content/uploads/[email protected]" class="img-bordered img-responsive center">
8383

@@ -115,11 +115,11 @@ After the conflict is resolved, save the output and commit the changes.
115115

116116

117117
### External merge tools
118-
Configure GitKraken Client to launch your tool of choice by navigating to <em class='context-menu'>Preferences <i class='fa fa-caret-right'></i> General</em>:
118+
Configure GitKraken Desktop to launch your tool of choice by navigating to <em class='context-menu'>Preferences <i class='fa fa-caret-right'></i> General</em>:
119119

120120
<img src="/wp-content/uploads/configureExternalTool.png" srcset="/wp-content/uploads/[email protected]" class="img-bordered img-responsive center">
121121

122-
GitKraken Client currently supports the following merge tools:
122+
GitKraken Desktop currently supports the following merge tools:
123123

124124
* Beyond Compare
125125
* FileMerge
@@ -132,14 +132,14 @@ If your merge tool from the list above is installed and is not showing up in the
132132

133133
<img src='/wp-content/uploads/beyond-compare.png' srcset='/wp-content/uploads/[email protected]' class='img-bordered img-responsive center' />
134134

135-
GitKraken Client does _not support_ the following merge tools:
135+
GitKraken Desktop does _not support_ the following merge tools:
136136

137137
* Meld
138138
* SemanticMerge
139139
* TortoiseMerge
140140
* WinMerge
141141

142-
While GitKraken Client allows Git Config Default merge tools, not all tools will be compatible. Find more information about configuring a <a href="https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_external_merge_tools">default merge tool in your Git Config</a>.
142+
While GitKraken Desktop allows Git Config Default merge tools, not all tools will be compatible. Find more information about configuring a <a href="https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_external_merge_tools">default merge tool in your Git Config</a>.
143143

144144
### Resolving a conflicted file using current or incoming
145145

0 commit comments

Comments
 (0)