Skip to content
Snippets Groups Projects
Commit 5276be84 authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'lv/add-doc-working-tree' into maint

* lv/add-doc-working-tree:
  git-add doc: do not say working directory when you mean working tree
parents 2db7d79b bd02e97f
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.
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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment