1GIT-SSH-FETCH(1)                  Git Manual                  GIT-SSH-FETCH(1)
2
3
4

NAME

6       git-ssh-fetch - Fetch from a remote repository over ssh connection
7

SYNOPSIS

9       git-ssh-fetch [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover]
10       commit-id url
11

DESCRIPTION

13       THIS COMMAND IS DEPRECATED.
14
15       Pulls from a remote repository over ssh connection, invoking
16       git-ssh-upload on the other end. It functions identically to
17       git-ssh-upload, aside from which end you run it on.
18

OPTIONS

20       commit-id
21           Either the hash or the filename under [URL]/refs/ to pull.
22
23       -c
24           Get the commit objects.
25
26       -t
27           Get trees associated with the commit objects.
28
29       -a
30           Get all the objects.
31
32       -v
33           Report what is downloaded.
34
35       -w
36           Writes the commit-id into the filename under $GIT_DIR/refs/ on the
37           local end after the transfer is complete.
38

AUTHOR

40       Written by Daniel Barkalow <barkalow@iabervon.org>
41

DOCUMENTATION

43       Documentation by David Greaves, Junio C Hamano and the git-list
44       <git@vger.kernel.org>.
45

GIT

47       Part of the git(7) suite
48
49
50
51
52Git 1.5.3.3                       10/09/2007                  GIT-SSH-FETCH(1)
Impressum