You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
694 B
42 lines
694 B
19 years ago
|
git-pull(1)
|
||
|
===========
|
||
19 years ago
|
v0.99.4, Aug 2005
|
||
20 years ago
|
|
||
|
NAME
|
||
|
----
|
||
19 years ago
|
git-pull - Pull and merge from another repository.
|
||
20 years ago
|
|
||
|
|
||
|
SYNOPSIS
|
||
|
--------
|
||
19 years ago
|
'git-pull' <repository> <refspec>...
|
||
20 years ago
|
|
||
20 years ago
|
|
||
|
DESCRIPTION
|
||
|
-----------
|
||
19 years ago
|
Runs 'git-fetch' with the given parameters.
|
||
19 years ago
|
|
||
|
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.
|
||
20 years ago
|
|
||
|
|
||
|
OPTIONS
|
||
|
-------
|
||
|
include::pull-fetch-param.txt[]
|
||
20 years ago
|
|
||
|
|
||
|
Author
|
||
|
------
|
||
19 years ago
|
Written by Linus Torvalds <torvalds@osdl.org>
|
||
|
and Junio C Hamano <junkio@cox.net>
|
||
20 years ago
|
|
||
|
Documentation
|
||
|
--------------
|
||
|
Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
|
||
|
|
||
|
GIT
|
||
|
---
|
||
|
Part of the link:git.html[git] suite
|
||
|
|