Skip to content

Commit

Permalink
add a missing $ in bash listing
Browse files Browse the repository at this point in the history
  • Loading branch information
JoKeyser committed Nov 15, 2024
1 parent 5ff2589 commit f8dab43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/04-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ Two important facts you should know about directories in Git.
you can add all files in the directory at once by:

```bash
git add <directory-with-files>
$ git add <directory-with-files>
```

Try it for yourself:
Expand Down

0 comments on commit f8dab43

Please sign in to comment.