diff options
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 9118869..087912c 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -2152,8 +2152,8 @@ A list of metadata for objects in a pack, to speed up access time of individual objects. -@c @item pathspec -@c @item pickaxe +@c TODO @item pathspec +@c TODO @item pickaxe @item plumbing The fundamental tools of source code management. @@ -2176,9 +2176,15 @@ repository. The action of rewriting history by pretending that you pulled updates before committing. -@c @item ref -@c @item reflog -@c @item refspec +@item ref +SHA-1 hash or name of a particular object. + +@c TODO @item reflog + +@item refspec +Description of the mapping between ref and +local ref. Used by fetch and push. + @c @item remote-tracking branch @c @item repository |