Skip to content

Commit

Permalink
Merge pull request #1069 from olexandr-konovalov/patch-1
Browse files Browse the repository at this point in the history
Add missing underscore in the directory name
  • Loading branch information
erinmgraham authored Jan 24, 2025
2 parents 33bc786 + b34720e commit b943f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions episodes/04-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ Two important facts you should know about directories in Git.
Try it for yourself:

```bash
$ touch cakes/brownie cakes/lemon_drizzle
$ touch cakes/brownie_cakes/lemon_drizzle
$ git status
$ git add cakes
$ git status
Expand Down Expand Up @@ -814,4 +814,4 @@ $ git diff me.txt
- `git commit` saves the staged content as a new commit in the local repository.
- Write a commit message that accurately describes your changes.

::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::

0 comments on commit b943f55

Please sign in to comment.