diff options
-rw-r--r-- | using-git.texinfo | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index b6c7c3d..47d7ba0 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -2135,6 +2135,7 @@ or the currently checkout commit in which case the @code{HEAD} is ``detached''. @item head ref +@itemx head reference Synonym for `head'. @item hook @@ -2203,6 +2204,8 @@ to speed up access time of individual objects. @c TODO @item pathspec +@c @item path specification + @c TODO @item pickaxe @item plumbing @@ -2227,15 +2230,21 @@ The action of rewriting history by pretending that you pulled updates before committing. @item ref +@itemx reference SHA-1 hash or name of a particular object. @c TODO @item reflog +@c @itemx reference log @item refspec +@itemx reference specification Description of the mapping between ref and local ref. Used by fetch and push. -@c @item remote-tracking branch +@item remote-tracking branch +A reference to a brnach that is used to +follow changes in another repository. + @c @item repository @item resolve |