Skip to content

Commit

Permalink
Merge branch 'list-md' into recipes-draft2
Browse files Browse the repository at this point in the history
  • Loading branch information
dpshelio committed Aug 14, 2024
2 parents 50338c8 + 21c9dac commit 2dd3aa1
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 68 deletions.
46 changes: 23 additions & 23 deletions episodes/04-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ $ cat guacamole.md
```output
# Guacamole
## Ingredients
- avocado
- lemon
- salt
* avocado
* lemon
* salt
## Instructions
```

Expand Down Expand Up @@ -252,9 +252,9 @@ index df0654a..315bf3a 100644
@@ -1,3 +1,6 @@
# Guacamole
## Ingredients
+- avocado
+- lemon
+- salt
+* avocado
+* lemon
+* salt
## Instructions
```

Expand Down Expand Up @@ -363,9 +363,9 @@ $ cat guacamole.md
```output
# Guacamole
## Ingredients
- avocado
- lime
- salt
* avocado
* lime
* salt
## Instructions
```

Expand All @@ -381,10 +381,10 @@ index 315bf3a..b36abfd 100644
@@ -1,6 +1,6 @@
# Guacamole
## Ingredients
- avocado
-- lemon
+- lime
- salt
* avocado
-* lemon
+* lime
* salt
## Instructions
```

Expand Down Expand Up @@ -418,10 +418,10 @@ index 315bf3a..b36abfd 100644
@@ -1,6 +1,6 @@
# Guacamole
## Ingredients
- avocado
-- lemon
+- lime
- salt
* avocado
-* lemon
+* lime
* salt
## Instructions
```

Expand Down Expand Up @@ -703,9 +703,9 @@ $ cat guacamole.md
```output
# Guacamole
## Ingredients
- avocado (1.35)
- lime (0.64)
- salt (2)
* avocado (1.35)
* lime (0.64)
* salt (2)
```

```bash
Expand All @@ -715,9 +715,9 @@ $ cat groceries.md

```output
# Market A
- avocado: 1.35 per unit.
- lime: 0.64 per unit
- salt: 2 per kg
* avocado: 1.35 per unit.
* lime: 0.64 per unit
* salt: 2 per kg
```

Now you can add both files to the staging area. We can do that in one line:
Expand Down
34 changes: 17 additions & 17 deletions episodes/05-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ $ cat guacamole.md
```output
# Guacamole
## Ingredients
- avocado
- lime
- salt
* avocado
* lime
* salt
## Instructions
An ill-considered change
```
Expand All @@ -56,8 +56,8 @@ index b36abfd..0848c8d 100644
--- a/guacamole.md
+++ b/guacamole.md
@@ -4,3 +4,4 @@
- lime
- salt
* lime
* salt
## Instructions
+An ill-considered change
```
Expand Down Expand Up @@ -87,9 +87,9 @@ index df0654a..b36abfd 100644
@@ -1,3 +1,6 @@
# Guacamole
## Ingredients
+- avocado
+- lime
+- salt
+* avocado
+* lime
+* salt
## Instructions
```

Expand Down Expand Up @@ -150,9 +150,9 @@ index df0654a..93a3e13 100644
@@ -1,3 +1,7 @@
# Guacamole
## Ingredients
+- avocado
+- lime
+- salt
+* avocado
+* lime
+* salt
## Instructions
+An ill-considered change
```
Expand All @@ -173,9 +173,9 @@ index df0654a..93a3e13 100644
@@ -1,3 +1,7 @@
# Gucamole
## Ingredients
+- avocado
+- lime
+- salt
+* avocado
+* lime
+* salt
## Instructions
+An ill-considered change
```
Expand Down Expand Up @@ -215,9 +215,9 @@ $ cat guacamole.md
```output
# Guacamole
## Ingredients
- avocado
- lime
- salt
* avocado
* lime
* salt
## Instructions
```

Expand Down
8 changes: 4 additions & 4 deletions episodes/08-collab.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ $ cat hummus.md
```output
# Hummus
## Ingredients
- chickpeas
- lemon
- olive oil
- salt
* chickpeas
* lemon
* olive oil
* salt
```

```bash
Expand Down
48 changes: 24 additions & 24 deletions episodes/09-conflict.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ $ cat guacamole.md
```output
# Guacamole
## Ingredients
- avocado
- lime
- salt
* avocado
* lime
* salt
## Instructions
```

Expand All @@ -51,11 +51,11 @@ $ cat guacamole.md
```output
# Guacamole
## Ingredients
- avocado
- lime
- salt
* avocado
* lime
* salt
## Instructions
- put one avocado into a bowl.
* put one avocado into a bowl.
```

and then push the change to GitHub:
Expand Down Expand Up @@ -98,11 +98,11 @@ $ cat guacamole.md
```output
# Guacamole
## Ingredients
- avocado
- lime
- salt
* avocado
* lime
* salt
## Instructions
- peel the avocados
* peel the avocados
```

We can commit the change locally:
Expand Down Expand Up @@ -212,14 +212,14 @@ $ cat guacamole.md
```output
# Guacamole
## Ingredients
- avocado
- lime
- salt
* avocado
* lime
* salt
## Instructions
<<<<<<< HEAD
- peel the avocados
* peel the avocados
=======
- put one avocado into a bowl.
* put one avocado into a bowl.
>>>>>>> dabb4c8c450e8475aee9b14b4383acc99f42af1d
```

Expand All @@ -243,11 +243,11 @@ $ cat guacamole.md
```output
# Guacamole
## Ingredients
- avocado
- lime
- salt
* avocado
* lime
* salt
## Instructions
- peel the avocados and put them into a bowl.
* peel the avocados and put them into a bowl.
```

To finish merging,
Expand Down Expand Up @@ -328,11 +328,11 @@ $ cat guacamole.md
```output
# Guacamole
## Ingredients
- avocado
- lime
- salt
* avocado
* lime
* salt
## Instructions
- peel the avocados and put them into a bowl.
* peel the avocados and put them into a bowl.
```

We don't need to merge again because Git knows someone has already done that.
Expand Down

0 comments on commit 2dd3aa1

Please sign in to comment.