diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-09-18 09:14:03 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-09-18 09:14:03 +0200 |
commit | 1154a8ed006c073b971567a642e3ee53093edefd (patch) | |
tree | d01c6afe307c93d68b88f506a0c51531ecb714f0 /using-git.texinfo | |
parent | add pack to glossary (diff) | |
download | using-git-1154a8ed006c073b971567a642e3ee53093edefd.tar.gz using-git-1154a8ed006c073b971567a642e3ee53093edefd.tar.bz2 using-git-1154a8ed006c073b971567a642e3ee53093edefd.tar.xz |
add plumbing to glossary
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 217046c..b8db3fc 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -2137,7 +2137,11 @@ A set of objects that have been compressed. @c @item pack index @c @item pathspec @c @item pickaxe -@c @item plumbing + +@item plumbing +The fundamental tools of source code management. +Low-level commands. + @c @item porcelain @c @item pull @c @item push |