aboutsummaryrefslogtreecommitdiffstats
path: root/using-git.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-10-25 18:19:59 +0200
committerMattias Andrée <maandree@operamail.com>2013-10-25 18:19:59 +0200
commit9fb9820c6ba22d25184bfc55fcdc15b89a165c2d (patch)
tree17a2d28f919214a92529bc691f8b212ee94fbf07 /using-git.texinfo
parentm (diff)
downloadusing-git-9fb9820c6ba22d25184bfc55fcdc15b89a165c2d.tar.gz
using-git-9fb9820c6ba22d25184bfc55fcdc15b89a165c2d.tar.bz2
using-git-9fb9820c6ba22d25184bfc55fcdc15b89a165c2d.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'using-git.texinfo')
-rw-r--r--using-git.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo
index df27a9f..26f9bcd 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -891,7 +891,7 @@ restage the file.
When you have done some work ---
just a small logical step is recommended
--- and want to save your changes you
-commit then with @command{git commit}.
+commit the index with @command{git commit}.
This is when you encounter the third
tree, the @code{HEAD}. @code{HEAD} is
the file tree of the last commit, and