Skip to content

Commit

Permalink
Merge branch 'lv/add-doc-working-tree' into maint
Browse files Browse the repository at this point in the history
* lv/add-doc-working-tree:
  git-add doc: do not say working directory when you mean working tree
  • Loading branch information
Junio C Hamano committed Feb 5, 2016
2 parents 2db7d79 + bd02e97 commit 5276be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-add.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 5276be8

Please sign in to comment.