summaryrefslogtreecommitdiffstats
path: root/gitfaq.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-05-26 11:32:25 -0700
committerJunio C Hamano <gitster@pobox.com>2020-05-26 11:32:25 -0700
commit0beab6ca606fab0c1aaff8239718bdd73e323dfd (patch)
tree7675cda665234659c06a1b23a810f6e795fde0eb /gitfaq.txt
parentf405d088b9d3a4daf87177ef91a7b013bf7e8fad (diff)
downloadgit-htmldocs-0beab6ca606fab0c1aaff8239718bdd73e323dfd.tar.gz
Autogenerated HTML docs for v2.27.0-rc2
Diffstat (limited to 'gitfaq.txt')
-rw-r--r--gitfaq.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitfaq.txt b/gitfaq.txt
index 370d62dae..9cd7a592a 100644
--- a/gitfaq.txt
+++ b/gitfaq.txt
@@ -223,7 +223,7 @@ a file checked into the repository which is a template or set of defaults which
can then be copied alongside and modified as appropriate. This second, modified
file is usually ignored to prevent accidentally committing it.
-[[files-in-.gitignore-are-tracked]]
+[[files-in-gitignore-are-tracked]]
I asked Git to ignore various files, yet they are still tracked::
A `gitignore` file ensures that certain file(s) which are not
tracked by Git remain untracked. However, sometimes particular