Skip to content

Commit

Permalink
Merge pull request #1049 from olexandr-konovalov/patch-1
Browse files Browse the repository at this point in the history
Align indentation in "Understanding Workflow and History" exercise
  • Loading branch information
martinosorb authored Nov 16, 2024
2 parents f630797 + ba8d0fa commit b190837
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions episodes/05-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,18 +406,18 @@ $ cat ketchup.md # this will print the content of ketchup.md on screen
```

1. ```output
ketchup enhances pasta dishes
```
ketchup enhances pasta dishes
```
2. ```output
I like tomatoes, therefore I like ketchup
```
I like tomatoes, therefore I like ketchup
```
3. ```output
I like tomatoes, therefore I like ketchup
ketchup enhances pasta dishes
```
I like tomatoes, therefore I like ketchup
ketchup enhances pasta dishes
```
4. ```output
Error because you have changed ketchup.md without committing the changes
```
Error because you have changed ketchup.md without committing the changes
```

::::::::::::::: solution

Expand Down

0 comments on commit b190837

Please sign in to comment.