2005-05-10 23:32:30 +02:00
|
|
|
git-pull-script(1)
|
|
|
|
==================
|
|
|
|
v0.1, May 2005
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2005-07-16 09:17:42 +02:00
|
|
|
git-pull-script - Pull and merge from another repository.
|
2005-05-10 23:32:30 +02:00
|
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2005-07-16 09:17:42 +02:00
|
|
|
'git-pull-script' <repository> [ <head> | tag <tag> ]
|
|
|
|
|
2005-05-10 23:32:30 +02:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2005-07-16 09:17:42 +02:00
|
|
|
Runs 'git-fetch-script' with the given parameters, then
|
|
|
|
'git-resolve-script' to merge the local HEAD and FETCH_HEAD.
|
|
|
|
|
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
|
|
|
include::pull-fetch-param.txt[]
|
2005-05-10 23:32:30 +02:00
|
|
|
|
|
|
|
|
|
|
|
Author
|
|
|
|
------
|
2005-07-16 09:17:42 +02:00
|
|
|
Written by Linus Torvalds <torvalds@osdl.org> and Junio C Hamano <junkio@cox.net>
|
2005-05-10 23:32:30 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
|