1git-rpull(1) 2============ 3v0.1, May 2005 4 5NAME 6---- 7git-rpull - Pulls from a remote repository over ssh connection 8 9 10 11SYNOPSIS 12-------- 13'git-rpull' [-c] [-t] [-a] [-v] commit-id url 14 15DESCRIPTION 16----------- 17Pulls from a remote repository over ssh connection, invoking git-rpush on 18the other end. 19 20OPTIONS 21------- 22-c:: 23 Get the commit objects. 24-t:: 25 Get trees associated with the commit objects. 26-a:: 27 Get all the objects. 28-v:: 29 Report what is downloaded. 30 31 32Author 33------ 34Written by Linus Torvalds <torvalds@osdl.org> 35 36Documentation 37-------------- 38Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>. 39 40GIT 41--- 42Part of the link:git.html[git] suite 43