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
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/).
@@ -29,7 +29,7 @@ Pop open the hood of your project and check out the <kbd>Activity Logs</kbd> loc
29
29
30
30
### Application Log
31
31
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.
Copy file name to clipboardExpand all lines: gitkraken-client/authentication.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
3
3
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!
5
5
taxonomy:
6
6
category: gitkraken-client
7
7
8
8
---
9
9
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.
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!
49
49
50
50
Once your keys are set up, you are ready to clone.
51
51
52
52
### Clone over SSH
53
53
54
54
To clone a remote repository over SSH, first navigate to your hosting service and copy the SSH link.
55
55
56
-
Then go to GitKraken Client and clone the project through <emclass='context-menu'>File <iclass="fa fa-caret-right"></i> Clone</em>.
56
+
Then go to GitKraken Desktop and clone the project through <emclass='context-menu'>File <iclass="fa fa-caret-right"></i> Clone</em>.
@@ -110,13 +110,13 @@ This way, provided your keys are loaded, every action requiring a chat with your
110
110
### I'm having an SSH issue.
111
111
Well if it's not working 100% of the time, the most common issues are:
112
112
113
-
* SSH-agent on Windows — GitKraken Client currently only supports Pageant for the SSH agent for Windows.
113
+
* SSH-agent on Windows — GitKraken Desktop currently only supports Pageant for the SSH agent for Windows.
114
114
* You can download PuTTY and Pageant from their page <ahref='http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html'target='_blank'>here</a>.
115
115
* Misconfigured SSH settings — remote URL format
116
116
* Check in <kbd><strong>Preferences > SSH</strong></kbd> to confirm that your SSH settings are correct.
117
117
* 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 — 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’s SSH agent to authenticate with your remote.
118
+
* Expected use of SSH config — 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’s SSH agent to authenticate with your remote.
120
120
121
121
122
122
***
@@ -132,18 +132,18 @@ Use this if you need the app to prompt for username or password for remote actio
132
132
133
133
## Proxy configuration
134
134
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>.
136
136
137
137
### Windows
138
138
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.
140
140
141
141
### OSX
142
142
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.
144
144
145
145
### 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:
147
147
148
148
--proxy-server=10.200.0.1:8080
149
149
@@ -152,7 +152,7 @@ where <code>10.200.0.1</code> and <code>8080</code> are the proxy IP and proxy p
152
152
153
153
## Google Cloud Source Repositories
154
154
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:
Copy file name to clipboardExpand all lines: gitkraken-client/bitbucket-server.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
3
3
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.
5
5
taxonomy:
6
6
category: gitkraken-client
7
7
8
8
---
9
9
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.
11
11
12
12
**Benefits**
13
13
@@ -23,7 +23,7 @@ GitKraken Client allows you to authenticate with Bitbucket Server, which will he
23
23
## Connecting to Bitbucket Server
24
24
25
25
<divclass='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>
27
27
</div>
28
28
29
29
To authenticate with Bitbucket Server, navigate to the upper right corner to access <kbd><i> <iclass="fas fa-cog"></i> Preferences <iclass='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
42
42
43
43
<imgsrc='/wp-content/uploads/BitbucketServerPAT.png'class="img-responsive center img-bordered">
44
44
45
-
Copy the token and paste it into GitKraken Client, then click the <buttonclass='button button--success button--ui button--nolink'>Connect</span></button> button.
45
+
Copy the token and paste it into GitKraken Desktop, then click the <buttonclass='button button--success button--ui button--nolink'>Connect</span></button> button.
46
46
47
47
<imgsrc="/wp-content/uploads/bitbucket-server-connected.png"srcset="/wp-content/uploads/[email protected] 2x"class="img-responsive center img-bordered">
48
48
49
49
***
50
50
## Generating SSH keys for Bitbucket Server.
51
51
<divclass='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>
53
53
</div>
54
54
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 <emclass='context-menu'>Preferences <iclass='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 <emclass='context-menu'>Preferences <iclass='fa fa-caret-right'></i> Integrations</em>
56
56
57
57
Click <buttonclass='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.
58
58
@@ -74,7 +74,7 @@ First, you may search through your existing repositories when cloning:
74
74
75
75
<imgsrc="/wp-content/uploads/bitbucket-server-clone-menu.png"srcset="/wp-content/uploads/[email protected] 2x"class="img-responsive center img-bordered">
76
76
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:
78
78
79
79
<imgsrc="/wp-content/uploads/bitbucket-server-add-remote.png"class="img-responsive center img-bordered">
Copy file name to clipboardExpand all lines: gitkraken-client/bitbucket.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
@@ -1,13 +1,13 @@
1
1
---
2
2
3
-
title: GitKraken Client Bitbucket Integration
3
+
title: GitKraken Desktop Bitbucket Integration
4
4
description: Integrate GitKraken with your Bitbucket repository by following these steps.
5
5
taxonomy:
6
6
category: gitkraken-client
7
7
8
8
---
9
9
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.
11
11
12
12
**Benefits**
13
13
@@ -51,7 +51,7 @@ Alternativley, you can connect the integration by copy and pasting the OAuth tok
51
51
***
52
52
## Generating SSH keys for Bitbucket.
53
53
<divclass='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>
55
55
</div>
56
56
57
57
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 <iclass='fa fa-caret-right'></i> Integrations</i></kbd>
@@ -68,7 +68,7 @@ First, you may search through your existing repositories when cloning:
@@ -29,7 +29,7 @@ Branch checkout updates files in the working directory to reflect the version de
29
29
30
30
New commits are added to the checked out branch. If you find yourself on the wrong branch, <ahref="/gitkraken-client/stashing">stash</a> your changes, switch to the correct branch, and then *pop* the stash.
31
31
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:
33
33
34
34
<figureclass='figure center'>
35
35
<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
75
75
76
76
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!
77
77
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.
79
79
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.
@@ -115,11 +115,11 @@ After the conflict is resolved, save the output and commit the changes.
115
115
116
116
117
117
### External merge tools
118
-
Configure GitKraken Client to launch your tool of choice by navigating to <emclass='context-menu'>Preferences <iclass='fa fa-caret-right'></i> General</em>:
118
+
Configure GitKraken Desktop to launch your tool of choice by navigating to <emclass='context-menu'>Preferences <iclass='fa fa-caret-right'></i> General</em>:
GitKraken Client does _not support_ the following merge tools:
135
+
GitKraken Desktop does _not support_ the following merge tools:
136
136
137
137
* Meld
138
138
* SemanticMerge
139
139
* TortoiseMerge
140
140
* WinMerge
141
141
142
-
While GitKraken Client allows Git Config Default merge tools, not all tools will be compatible. Find more information about configuring a <ahref="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 <ahref="https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_external_merge_tools">default merge tool in your Git Config</a>.
143
143
144
144
### Resolving a conflicted file using current or incoming
0 commit comments