Skip to content

Commit 5177ba8

Browse files
Merge branch 'other-conflict-branch'
2 parents 255d781 + d8dfdfc commit 5177ba8

File tree

6 files changed

+37
-36
lines changed

6 files changed

+37
-36
lines changed

gitkraken-client/cherrypick.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@ taxonomy:
1010
Sometimes you commit to one branch, when you meant to commit to another. Here's how to grab the changes you need.
1111

1212
***
13-
To cherry pick a commit, right click on a commit node and select the Cherrypick Commit option:
13+
Right click on a commit node and select the Cherrypick Commit option to cherry-pick:
1414

15-
<img src='/wp-content/uploads/cherrypick.png' srcset='/wp-content/uploads/[email protected] 2x' class='img-bordered img-responsive center'>
15+
<img src='/wp-content/uploads/cherrypick v2.png' srcset='/wp-content/uploads/[email protected] 2x' class='img-bordered img-responsive center'>
1616

1717
The cherry pick action is also available from _Local_ on the left panel.
1818

19+
1920
Here, cherry pick grabs the changes from the commit referenced by the HEAD of that branch, and places them onto the branch currently checked out.
2021

21-
<img src='/wp-content/uploads/cherrypick-left-panel.png' srcset='/wp-content/uploads/[email protected] 2x' class='img-bordered img-responsive center'>
22+
<img src='/wp-content/uploads/cherrypick-left-panel v2.png' srcset='/wp-content/uploads/[email protected] 2x' class='img-bordered img-responsive center'>
2223

2324
***
2425
### Additional Learning Git Resources:

gitkraken-client/commits.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ To make a commit in GitKraken Desktop, select your _Work in Progress_ and to vie
2323

2424
<img src='/wp-content/uploads/WIP-stage.png' srcset='/wp-content/uploads/[email protected] 2x' class='img-bordered img-responsive center'>
2525

26-
Select the files you wish to stage, and click on any files you wish to review in the diff. To stage all your files, use the keyboard shortcut <kbd>&#8984;</kbd><kbd>Shift</kbd><kbd>S</kbd> for Mac or <kbd>Ctrl</kbd><kbd>Shift</kbd><kbd>S</kbd> for Windows or Linux.
26+
Click any files to review the diff, or select specific files to stage changes.
2727

28-
When you’re ready, type your message and hit commit to commit your changes. You can also use this **Commit** keyboard shortcut <kbd>&#8984;</kbd> + <kbd>Enter</kbd> for Mac or <kbd>Ctrl</kbd> + <kbd>Enter</kbd> if you are on Linux or Windows.
28+
When you’re ready, type your message and hit commit to commit your changes. You can also use this **Commit** keyboard shortcut <kbd>Ctrl</kbd> + <kbd>Enter</kbd> if you are on Linux or Windows or <kbd>&#8984;</kbd> + <kbd>Enter</kbd> for Mac.
2929

3030
<a id="commit-and-push"></a>
3131
### Commit and push
@@ -163,6 +163,6 @@ If you're a keyboard fan, you may also enjoy using the keyboard shortcut
163163
<iframe width="560" height="315" src="https://www.youtube.com/embed/U_axv67W1Ik?ecver=1" frameborder="0" allowfullscreen></iframe>
164164
</div>
165165

166-
If you wish to revert a commit (perhaps Undo is not available), the option is available when right-clicking on a commit node. This will create a new commit to reverse your previous changes.
166+
If you wish to revert a commit, this will create a new commit to reverse your previous changes. The option is available when right-clicking on a commit node.
167167

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

gitkraken-client/current.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ Check out our [GitKraken Roadmap](https://www.gitkraken.com/git-client/roadmap)
2222
### Tuesday, June 4th, 2024
2323

2424
### Improvements 🙌
25-
- Repository Management tab:
26-
- The search bar will be automatically focused when accessing the Repository Management tab.
27-
- Custom Workspace icons will now show in the collapsible section header.
25+
- Repo Management View:
26+
- When accessing the repo management tab the search bar is focused.
27+
- Workspace icons will now show in the collapsible section header.
2828
- Your scroll position will be saved when returning to the Repository Management tab.
29-
- After creating a new Workspace, the Workspace will be expanded and scrolled to automatically.
30-
- User avatars will show in the section header of any shared Cloud Workspace.
31-
- Experimental Feature - Git Executable:
32-
- Added push tag support.
29+
- After creating a new Workspace, the Workspace will be scrolled to and expanded automatically.
30+
- Avatars will show in the section header of any shared Cloud Workspace.
31+
- Git Executable - Experimental Feature:
32+
- Push tag support added.
3333

3434
### Bug Fixes 🐛
35-
- Experimental Feature - Git Executable:
36-
- Fixed an issue where continuing a rebase would fail after a conflict if the current commit message started with `#`.
3735
- Fixed an issue where the client would fail to load Bitbucket Server users.
36+
- Experimental Feature - Git Executable:
37+
- Fixed an issue where continuing a rebase would fail if the current commit message started with `#` after a conflict.
3838

3939
***
4040

gitkraken-client/diff.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Compare changes within GitKraken Desktop _diffs_. Learn where to access _diffs_,
1919

2020
## What is a diff in GitKraken Desktop?
2121

22-
A diff shows what was added or removed from a file. <span style='color: #d90171;'>Red</span> is for lines where content was removed whereas <span style='color: #7bd938;'>green</span> is for new lines added.
22+
A diff shows additions and removals from a file. <span style='color: #d90171;'>Red</span> is for lines where content was removed whereas <span style='color: #7bd938;'>green</span> is for new lines added.
2323

24-
<img src='/wp-content/uploads/diff-1.png' srcset='/wp-content/uploads/[email protected] 2x' class='img-bordered img-responsive center' />
24+
<img src='/wp-content/uploads/diff-1.png' srcset='/wp-content/uploads/[email protected] 3x' class='img-bordered img-responsive center' />
2525

2626
GitKraken Desktop's diff comes included with the following:
2727

@@ -160,17 +160,17 @@ Use the top toggle button to switch between <kbd>Diff View</kbd>, which shows th
160160

161161
A patch, or patchfile, is a file describing changes between 2 files. Patch files can be used to distribute changes that a given user would like to make to a particular revision without codifying it onto a git server. Patches can be created from either a commit(s) or a file(s).
162162

163-
To create a patch from a commit, right-click a commit and select `Create patch from commit`. You will be prompted to name the patch after.
163+
To create a patch from a file, right-click on a file and select `Create patch from file changes`. You will be prompted to name the patch after.
164164

165-
<img src='/wp-content/uploads/create-patch-commit.png' srcset='/wp-content/uploads/create-patch-commit@2x.png' class='img-bordered img-responsive center'>
165+
<img src='/wp-content/uploads/create-patch-file.png' srcset='/wp-content/uploads/create-patch-file@2x.png' class='img-bordered img-responsive center'>
166166

167-
To create a patch from a file, right-click a file and select `Create patch from file changes`. You will be prompted to name the patch after.
167+
To create a patch from a commit, right-click a commit and select `Create patch from commit`. You will be prompted to name the patch after.
168168

169-
<img src='/wp-content/uploads/create-patch-file.png' srcset='/wp-content/uploads/create-patch-file@2x.png' class='img-bordered img-responsive center'>
169+
<img src='/wp-content/uploads/create-patch-commit.png' srcset='/wp-content/uploads/create-patch-commit@2x.png' class='img-bordered img-responsive center'>
170170

171-
You can also multi-select files or commits by holding command/ctrl or shift and clicking. You can then right-click the selected files or commits to create a patch from the selected.
171+
You can also multi-select files or commits by holding ctrl/command or shift and clicking. You can then right-click the selected files or commits to create a patch from the selected.
172172

173-
<img src='/wp-content/uploads/multi-selected-patch.png' srcset='/wp-content/uploads/[email protected]' class='img-bordered img-responsive center'>
173+
<img src='/wp-content/uploads/multi-selected-patch-v2.png' srcset='/wp-content/uploads/[email protected]' class='img-bordered img-responsive center'>
174174

175175
To apply a patch, use the keyboard shortcut `command/ctrl + Shift + P` or click the <i class="fa fa-magic" style="transform: rotate(225deg)"></i> in the top right of the UI to bring up the Command Palette. Type “Apply Patch" to summon the “Apply Patch” command, and select it to open your file explorer.
176176

gitkraken-client/faq.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ The answers to your important **F**requently **A**sked **Q**uestions.
2727

2828
***
2929

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?
3131
Yes, for Azure DevOps (previously VSTS), you can use our integration with [Azure DevOps](/integrations/azure-devops/)!
3232

3333
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.
3535

3636
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.
3737

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

4040
***
4141

@@ -173,13 +173,13 @@ You can also set your file encoding to `GUESS ENCODING` and GitKraken Desktop wi
173173

174174
### How to get SILLY (extended) logs
175175

176-
To obtain extended SILLY (extended) logs:
176+
Obtain extended SILLY (extended) logs by doing the following:
177177

178178
* Close GitKraken
179179
* (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/)
180180
* Start GitKraken from the CLI using the command `gitkraken -d SILLY`
181-
* Reproduce the issue or error
182181
* All logs will be under the \logs folder
182+
* Reproduce the issue or error
183183

184184
***
185185

gitkraken-client/hiding-and-soloing.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@ The left panel allows you to modify the view of the graph for cleanliness and fo
1717
<div class="flex-item">
1818
<img src="/wp-content/uploads/gk-hide-icon-green.svg" class='img-responsive' style="width: 70px; height: 70px">
1919
</div>
20+
</div>
21+
22+
<div class="flex-wrap-item" style="align-items: flex-start">
2023
<div class="flex-item">
24+
<img src="/wp-content/uploads/gk-solo-icon-orange.svg" class='img-responsive' style="width: 70px; height: 70px">
25+
</div>
26+
<div class="flex">
2127
<h3>Hide</h3>
2228
<p>Hides the selected branch from the graph.</p>
2329
<p>To hide a branch, mouse over that branch, and you will see the eye <i class='fa fa-eye icon-green'></i> icon appear to the left of the branch name; click this to hide. Or perform this task by right-clicking the branch and selecting `Hide`.</p>
2430
<p>Hidden branches will now have a gray eye <i class='fa fa-eye-slash'></i> icon. Clicking this will restore that repo to the graph.</p>
2531
</div>
26-
</div>
27-
28-
<div class="flex-wrap" style="align-items: flex-start">
29-
<div class="flex-item">
30-
<img src="/wp-content/uploads/gk-solo-icon-orange.svg" class='img-responsive' style="width: 70px; height: 70px">
31-
</div>
3232
<div class="flex-item">
3333
<h3>Solo</h3>
34-
<p>Soloing a branch will hide all other branches which have not been soloed, showing <i>only</i> soloed branches.</p>
35-
<p>To solo a branch, right-click the branch and select `Solo`. This initiates Solo Mode, with soloed branches highlighted in orange and with a solid orange <i class='fa fa-dot-circle-o icon-orange'></i> icon to the left of the branch name.</p>
34+
<p>To solo a branch, right-click the branch and select `Solo`. This initiates Solo Mode, with soloed branches highlighted in orange and with a solid orange <i><p>Soloing a branch will hide all other branches which have not been soloed, showing <i>only</i> soloed branches.</p>
35+
class='fa fa-dot-circle-o icon-orange'></i> icon to the left of the branch name.</p>
3636
<p>Solo/unsolo additional branches by clicking on the semi-opaque icon to the left of that branch's name.</p>
3737
<p>Consider hiding/soloing entire remotes if you only need about two remotes, and then hiding everything else.</p>
3838
</div>

0 commit comments

Comments
 (0)