diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-09-03 20:26:51 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-09-03 20:26:51 +0200 |
commit | ecaeab028a84c1333b013fa06ac4d5d3a8eb1371 (patch) | |
tree | fd87108f38ae5e9402b757c7c72103a612b0a33d /using-git.texinfo | |
parent | add detached HEAD to glossary (diff) | |
download | using-git-ecaeab028a84c1333b013fa06ac4d5d3a8eb1371.tar.gz using-git-ecaeab028a84c1333b013fa06ac4d5d3a8eb1371.tar.bz2 using-git-ecaeab028a84c1333b013fa06ac4d5d3a8eb1371.tar.xz |
add directory to glossary
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 0266730..7d6c295 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -1337,7 +1337,13 @@ not the tip of any branch, the @code{HEAD} is To store changes make in a detached @code{HEAD} you must first create a new branch from it. -@c @item directory +@item directory +You may also know it as `catalogue' or even +`folder'. It can contain files and other +directories, which you can list with the +command @command{ls} and you can change directory +with the command @command{cd}. + @c @item dirty @c @item evil merge @c @item fast-forward |