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

upadate chPick pres2

parent b1929413
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
* Chose the commit to keep and add it to your branch
```bash
$ git checkout myBranchName
$ git cherry-pick <commit reference>
```
* Check the log again and see if the changes were applied correctly
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