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

create chPick Pres

parent 731dddbc
No related branches found
No related tags found
No related merge requests found
## Cherry Picking Workshop
* Check the commit reference of the two commits in develop
* Chose the commit to keep
* Add this commit to your branch
```bash
$ git checkout myBranchName
$ git cherry-pick <commit reference>
```
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