Staging
v0.8.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: 32e49d5d1ccbc4833b0c6f30d6dfc0f0936cc3f3 authored by Junio C Hamano on 10 October 2005, 02:19:36 UTC
GIT 0.99.8c
Tip revision: 32e49d5
git-pull.txt
git-pull(1)
===========
v0.99.4, Aug 2005

NAME
----
git-pull - Pull and merge from another repository.


SYNOPSIS
--------
'git-pull' <repository> <refspec>...


DESCRIPTION
-----------
Runs 'git-fetch' with the given parameters.

When only one ref is downloaded, runs 'git resolve' to merge it
into the local HEAD.  Otherwise uses 'git octopus' to merge them
into the local HEAD.


OPTIONS
-------
include::pull-fetch-param.txt[]


Author
------
Written by Linus Torvalds <torvalds@osdl.org>
and Junio C Hamano <junkio@cox.net>

Documentation
--------------
Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the gitlink:git[7] suite

back to top