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

NAME

6       git-ssh-upload - Push to a remote repository over ssh connection
7

SYNOPSIS

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

DESCRIPTION

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

OPTIONS

20       commit-id
21           Id of commit to push.
22
23       -c
24           Get the commit objects.
25
26       -t
27           Get tree associated with the requested commit object.
28
29       -a
30           Get all the objects.
31
32       -v
33           Report what is uploaded.
34
35       -w
36           Writes the commit-id into the filename under [URL]/refs/ on the
37           remote end after the transfer is complete.
38

AUTHOR

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

DOCUMENTATION

43       Documentation by Daniel Barkalow
44

GIT

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