Skip to content
Snippets Groups Projects
Commit bd02e97f authored by Lars Vogel's avatar Lars Vogel Committed by Junio C Hamano
Browse files

git-add doc: do not say working directory when you mean working tree

The usage of working directory is inconsistent in the git add help.
Also http://git-scm.com/docs/git-clone

 speaks only about working tree.
Remaining entry found by "git grep -B1 '^directory' git-add.txt" really
relates to a directory.

Signed-off-by: default avatarLars Vogel <Lars.Vogel@vogella.com>
Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
parent 24358560
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ remove paths that do not exist in the working tree anymore. ...@@ -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 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 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 the commit command, you must use the `add` command to add any new or
modified files to the index. modified files to the index.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment