diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-10-25 18:19:59 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-10-25 18:19:59 +0200 |
commit | 9fb9820c6ba22d25184bfc55fcdc15b89a165c2d (patch) | |
tree | 17a2d28f919214a92529bc691f8b212ee94fbf07 | |
parent | m (diff) | |
download | using-git-9fb9820c6ba22d25184bfc55fcdc15b89a165c2d.tar.gz using-git-9fb9820c6ba22d25184bfc55fcdc15b89a165c2d.tar.bz2 using-git-9fb9820c6ba22d25184bfc55fcdc15b89a165c2d.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-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 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 |