Skip to content
Snippets Groups Projects
Commit f83b5e25 authored by Daniel Duarte's avatar Daniel Duarte
Browse files

create chPickPresentation.md

parent 8cdb903b
No related branches found
No related tags found
No related merge requests found
## Cherry picking commits
## Cherry Picking Commits
Cherry picking is another very useful tool to work with.
It enables the user to pick specific commits from a
......
## Cherry Picking Commits
Let's take our branch A and say it has a row of commits.
If only certain of these commits are important for a
second branch B, using the command
```bash
git cherry-pick ZZ
```
we can take only the relevant changes from A and merge them
into B
\ No newline at end of file
......@@ -29,6 +29,11 @@
"attr": {
}
},
{
"filename": "chPickPresentation.md",
"attr": {
}
},
{
"filename": "thanks.md",
"attr": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment