Skip to content

Commit f630797

Browse files
authored
Merge pull request #1051 from JoKeyser/fix-a-missing-dollar-sign
Add a missing $ in bash listing
2 parents 5ff2589 + f8dab43 commit f630797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/04-changes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ Two important facts you should know about directories in Git.
586586
you can add all files in the directory at once by:
587587

588588
```bash
589-
git add <directory-with-files>
589+
$ git add <directory-with-files>
590590
```
591591

592592
Try it for yourself:

0 commit comments

Comments
 (0)