diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-09-03 21:06:00 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-09-03 21:06:00 +0200 |
commit | c97a2180c8547cbeacc81b6958d13732451e1add (patch) | |
tree | a8e9c2328c3d32f0c2c6d714d63ceed37789e61a /using-git.texinfo | |
parent | add fast-forward to glossary (diff) | |
download | using-git-c97a2180c8547cbeacc81b6958d13732451e1add.tar.gz using-git-c97a2180c8547cbeacc81b6958d13732451e1add.tar.bz2 using-git-c97a2180c8547cbeacc81b6958d13732451e1add.tar.xz |
add fetch 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 90e16d2..a529be3 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -1362,7 +1362,12 @@ where you have made no changes but there are changes on the remote-tracking branch that can be pulled without any merge logic. -@c @item fetch +@item fetch +When you fetch a branch's head ref from a +remote repository, you download, to a local +database, objects that have not yet been +downloaded. + @c @item gitfile @c @item grafts @@ -1378,6 +1383,7 @@ object name. @c @item hook @c @item index @c @item index entry +@c @item master @c @item merge @c @item object @c @item object database |