]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-ssh-pull.txt
[PATCH] rename git-rpush and git-rpull to git-ssh-push and git-ssh-pull
[thirdparty/git.git] / Documentation / git-ssh-pull.txt
CommitLineData
418aaf84
JH
1git-ssh-pull(1)
2===============
2cf565c5
DG
3v0.1, May 2005
4
5NAME
6----
418aaf84 7git-ssh-pull - Pulls from a remote repository over ssh connection
2cf565c5
DG
8
9
10
11SYNOPSIS
12--------
418aaf84 13'git-ssh-pull' [-c] [-t] [-a] [-d] [-v] [--recover] commit-id url
2cf565c5
DG
14
15DESCRIPTION
16-----------
418aaf84
JH
17Pulls from a remote repository over ssh connection, invoking git-ssh-push
18on the other end.
2cf565c5
DG
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.
4a62b619
JH
28-d::
29 Do not check for delta base objects (use this option
30 only when you know the remote repository is not
31 deltified).
a48e1d67
JH
32--recover::
33 Check dependency of deltified object more carefully than
34 usual, to recover after earlier pull that was interrupted.
2cf565c5
DG
35-v::
36 Report what is downloaded.
37
38
39Author
40------
41Written by Linus Torvalds <torvalds@osdl.org>
42
43Documentation
44--------------
45Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
46
47GIT
48---
49Part of the link:git.html[git] suite
50