1GIT-SSH-UPLOAD(1) Git Manual GIT-SSH-UPLOAD(1)
2
3
4
6 git-ssh-upload - Push to a remote repository over ssh connection
7
9 git-ssh-upload [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover]
10 commit-id url
11
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
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
40 Written by Daniel Barkalow <barkalow@iabervon.org>
41
43 Documentation by Daniel Barkalow
44
46 Part of the git(7) suite
47
48
49
50
51Git 1.5.3.3 10/09/2007 GIT-SSH-UPLOAD(1)