Difference between revisions of "Git"
From DarkWiki
(Created page with "===Cherry picking=== If you need to merge in a single commit into your current branch, you can make use of git cherry-pick.") |
|||
| Line 1: | Line 1: | ||
===Cherry picking=== | ===Cherry picking=== | ||
| − | If you need to merge in a single commit into your current branch, you can make use of git cherry-pick. | + | If you need to merge in a single commit into your current branch, you can make use of <code>git cherry-pick</code>. |
| + | |||
| + | git cherry-pick 1237645187234781fqcfewfe | ||
Revision as of 07:51, 9 May 2018
Cherry picking
If you need to merge in a single commit into your current branch, you can make use of git cherry-pick.
git cherry-pick 1237645187234781fqcfewfe