diff options
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index f2085a5..f6e7747 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -789,7 +789,7 @@ to stage files you encounter the next tree. This tree is called the index @footnote{Previously called the cache.}, and is separate from the working -directory, when you stage a file, +tree, when you stage a file, you stage an edit, if you edit the file further those changes does not make it into the index until you |