Documentation / git-pull-script.txton commit Merge with gitk. (f10e0e0)
   1git-pull-script(1)
   2==================
   3v0.1, May 2005
   4
   5NAME
   6----
   7git-pull-script - Pull and merge from another repository.
   8
   9
  10SYNOPSIS
  11--------
  12'git-pull-script' <repository> [ <head> | tag <tag> ]
  13
  14
  15DESCRIPTION
  16-----------
  17Runs 'git-fetch-script' with the given parameters, then
  18'git-resolve-script' to merge the local HEAD and FETCH_HEAD.
  19
  20
  21OPTIONS
  22-------
  23include::pull-fetch-param.txt[]
  24
  25
  26Author
  27------
  28Written by Linus Torvalds <torvalds@osdl.org> and Junio C Hamano <junkio@cox.net>
  29
  30Documentation
  31--------------
  32Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
  33
  34GIT
  35---
  36Part of the link:git.html[git] suite
  37