]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-ssh-fetch.txt
[PATCH] Documentation: Update all files to use the new gitlink: macro
[thirdparty/git.git] / Documentation / git-ssh-fetch.txt
CommitLineData
215a7ad1
JH
1git-ssh-fetch(1)
2================
2cf565c5
DG
3v0.1, May 2005
4
5NAME
6----
215a7ad1 7git-ssh-fetch - Pulls from a remote repository over ssh connection
2cf565c5
DG
8
9
10
11SYNOPSIS
12--------
215a7ad1 13'git-ssh-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
2cf565c5
DG
14
15DESCRIPTION
16-----------
63aff4fe 17Pulls from a remote repository over ssh connection, invoking
215a7ad1
JH
18git-ssh-upload on the other end. It functions identically to
19git-ssh-upload, aside from which end you run it on.
63aff4fe 20
2cf565c5
DG
21
22OPTIONS
23-------
63aff4fe
DB
24commit-id::
25 Either the hash or the filename under [URL]/refs/ to
26 pull.
27
2cf565c5
DG
28-c::
29 Get the commit objects.
30-t::
31 Get trees associated with the commit objects.
32-a::
33 Get all the objects.
34-v::
35 Report what is downloaded.
63aff4fe
DB
36-w::
37 Writes the commit-id into the filename under $GIT_DIR/refs/ on
38 the local end after the transfer is complete.
2cf565c5
DG
39
40
41Author
42------
63aff4fe 43Written by Daniel Barkalow <barkalow@iabervon.org>
2cf565c5
DG
44
45Documentation
46--------------
47Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
48
49GIT
50---
a7154e91 51Part of the gitlink:git[7] suite
2cf565c5 52