diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-09-19 17:49:40 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-09-19 17:49:40 +0200 |
commit | 4f6b7c1cfd8535c08412c7e7f6c0c4b4af5b03c2 (patch) | |
tree | e5949f9ad3a93fc5da5fb06093e917cb608011ae | |
parent | typo + footnote on using the mailing list site (diff) | |
download | using-git-4f6b7c1cfd8535c08412c7e7f6c0c4b4af5b03c2.tar.gz using-git-4f6b7c1cfd8535c08412c7e7f6c0c4b4af5b03c2.tar.bz2 using-git-4f6b7c1cfd8535c08412c7e7f6c0c4b4af5b03c2.tar.xz |
clarify that working dir and working tree is the same thing
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | using-git.texinfo | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 0466d0c..b660bba 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -777,8 +777,9 @@ Git has four trees should know about to better understand how Git works. The first tree you encounter is the -working directory. The tree begins -in the parent so called git directory; +working directory, called the working +tree in Git. The tree begins in the +parent so called git directory; the directory you executed @command{git init} in, and contains the directory @file{.git}. |