Skip to content

Commit

Permalink
Merge pull request #1051 from JoKeyser/fix-a-missing-dollar-sign
Browse files Browse the repository at this point in the history
Add a missing $ in bash listing
  • Loading branch information
martinosorb authored Nov 16, 2024
2 parents 5ff2589 + f8dab43 commit f630797
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 f630797

Please sign in to comment.