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/faq.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,15 +27,15 @@ The answers to your important **F**requently **A**sked **Q**uestions.
27
27
28
28
***
29
29
30
-
### Does GitKraken Desktop support TFS, Visual Studio Team Service or Azure DevOps?
30
+
### Does GitKraken Desktop support Visual Studio Team Service, TFS, or Azure DevOps?
31
31
Yes, for Azure DevOps (previously VSTS), you can use our integration with [Azure DevOps](/integrations/azure-devops/)!
32
32
33
33
For TFS instances you will need to clone your repo <kbd><strong>File > Clone Repo</strong></kbd> and then enter the HTTPS repository URL (which can be found at the top-right of your Code page).<br><br>
34
-
If you're connecting to a remote TFS Git server from a Mac or Linux, you will need to enable _Basic Authentication_ in IIS for TFS.
34
+
Enable _Basic Authentication_ in IIS for TFS if you're connecting to a remote TFS Git server from a Mac or Linux.
35
35
36
36
If authenticating to TFS via username and password is not working, try creating a Personal Access Token (PAT) to use in place of a password.
37
37
38
-
For more information authenticating with repos, check out our [SSH and HTTPS](/integrations/authentication) page.
38
+
Check out our [SSH and HTTPS](/integrations/authentication) page for more information.
39
39
40
40
***
41
41
@@ -173,13 +173,13 @@ You can also set your file encoding to `GUESS ENCODING` and GitKraken Desktop wi
173
173
174
174
### How to get SILLY (extended) logs
175
175
176
-
To obtain extended SILLY (extended) logs:
176
+
Obtain extended SILLY (extended) logs by doing the following:
177
177
178
178
* Close GitKraken
179
179
* (optional) Rename or move the \logs folder under ~\.gitkraken\logs. The data location for this folder on your OS can be found [here](/gitkraken-client/how-to-install/)
180
180
* Start GitKraken from the CLI using the command `gitkraken -d SILLY`
0 commit comments