diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-09-18 09:18:41 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-09-18 09:18:41 +0200 |
commit | 3363ee82d84025772a1f0b09dc15e1bea36fc058 (patch) | |
tree | a72e9a5a1851127599c7d2a324f05ed57e9a4c8e /using-git.texinfo | |
parent | add porcelain to glossary (diff) | |
download | using-git-3363ee82d84025772a1f0b09dc15e1bea36fc058.tar.gz using-git-3363ee82d84025772a1f0b09dc15e1bea36fc058.tar.bz2 using-git-3363ee82d84025772a1f0b09dc15e1bea36fc058.tar.xz |
add push and pull to glossary
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index e1b57c4..28f26bf 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -2145,8 +2145,14 @@ Low-level commands. @item porcelain High-level commands. -@c @item pull -@c @item push +@item pull +The action of integrate new commits from another +branch, often a remote-tracking branch. + +@item push +The adcttion of sending updates to a remote +repository. + @c @item reachable @c @item rebase @c @item ref |