Skip to content

Commit 90dd430

Browse files
authored
Merge pull request #1102 from anoukvlug/text_edit
Update 06-ignore.md (minor edit)
2 parents 257f2df + 11110f8 commit 90dd430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/06-ignore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Use -f if you really want to add them.
130130

131131
If we really want to override our ignore settings,
132132
we can use `git add -f` to force Git to add something. For example,
133-
`git add -f a.csv`.
133+
`git add -f a.png`.
134134
We can also always see the status of ignored files if we want:
135135

136136
```bash

0 commit comments

Comments
 (0)