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

update chPick pres1

parent efb062d0
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,12 @@
$ echo "This is the start of a commit chain" > reference.txt
```
* Create two files in the develop branch
* Create and commit two files in the develop branch
```bash
$ echo "This is a commit to keep" > keep.txt
$ git add keep.txt
$ git commit origin develop
$ echo "Ignore this commit" > ignore.txt
$ git add ignore.txt
$ git commit origin develop
```
\ No newline at end of file
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