Skip to content

Commit d59f3b8

Browse files
update cherrypick.md
1 parent 2092364 commit d59f3b8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
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:

0 commit comments

Comments
 (0)