aboutsummaryrefslogtreecommitdiffstats
path: root/using-git.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-09-19 17:49:40 +0200
committerMattias Andrée <maandree@operamail.com>2013-09-19 17:49:40 +0200
commit4f6b7c1cfd8535c08412c7e7f6c0c4b4af5b03c2 (patch)
treee5949f9ad3a93fc5da5fb06093e917cb608011ae /using-git.texinfo
parenttypo + footnote on using the mailing list site (diff)
downloadusing-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.texinfo5
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}.