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

update chPick pres1

parent bbc942a4
No related branches found
No related tags found
No related merge requests found
## Cherry Picking Workshop
* In your branch, create a reference file
* In your branch, create and commit a reference file
```bash
$ echo "This is the start of a commit chain" > reference.txt
$ git add reference.txt
$ git commit origin myBranchName
```
* Create and commit two files in the develop branch
......
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