1git-receive-pack(1) 2=================== 3v0.1, July 2005 4 5NAME 6---- 7git-receive-pack - Receive what is pushed into it 8 9 10SYNOPSIS 11-------- 12'git-receive-pack' <directory> 13 14DESCRIPTION 15----------- 16Invoked by 'git-send-pack' and updates the repository with the 17information fed from the remote end. 18 19This command is usually not invoked directly by the end user. 20The UI for the protocol is on the 'git-send-pack' side, and the 21program pair is meant to be used to push updates to remote 22repository. For pull operations, see 'git-fetch-pack' and 23'git-clone-pack'. 24 25 26OPTIONS 27------- 28<directory>:: 29 The repository to sync into. 30 31Author 32------ 33Written by Linus Torvalds <torvalds@osdl.org> 34 35Documentation 36-------------- 37Documentation by Junio C Hamano. 38 39GIT 40--- 41Part of the link:git.html[git] suite