summaryrefslogtreecommitdiffstats
path: root/git-add.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-02-03 16:44:23 -0800
committerJunio C Hamano <gitster@pobox.com>2016-02-03 16:44:23 -0800
commitffe10cab55e406e84b3d63513cbacd6298def361 (patch)
treefe2390c31f33c5abbd97830d7988f8e9c556330d /git-add.txt
parent19c2076a26be920feb8a661a79f40bae45a91e60 (diff)
downloadgit-htmldocs-ffe10cab55e406e84b3d63513cbacd6298def361.tar.gz
Autogenerated HTML docs for v2.7.0-297-g563e3
Diffstat (limited to 'git-add.txt')
-rw-r--r--git-add.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-add.txt b/git-add.txt
index fe5282f13..6a96a669c 100644
--- a/git-add.txt
+++ b/git-add.txt
@@ -24,7 +24,7 @@ remove paths that do not exist in the working tree anymore.
The "index" holds a snapshot of the content of the working tree, and it
is this snapshot that is taken as the contents of the next commit. Thus
-after making any changes to the working directory, and before running
+after making any changes to the working tree, and before running
the commit command, you must use the `add` command to add any new or
modified files to the index.