Skip to content

Commit 21a15f4

Browse files
committed
Merge branch 'ss/faq-ignore'
Doc markup fix. * ss/faq-ignore: gitfaq: avoid validation error with older asciidoc
2 parents d2ecc46 + 5c752ff commit 21a15f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/gitfaq.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ a file checked into the repository which is a template or set of defaults which
223223
can then be copied alongside and modified as appropriate. This second, modified
224224
file is usually ignored to prevent accidentally committing it.
225225

226-
[[files-in-.gitignore-are-tracked]]
226+
[[files-in-gitignore-are-tracked]]
227227
I asked Git to ignore various files, yet they are still tracked::
228228
A `gitignore` file ensures that certain file(s) which are not
229229
tracked by Git remain untracked. However, sometimes particular

0 commit comments

Comments
 (0)