diff options
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 |