[PATCH] Reorder Makefile rules
[git/dscho.git] / Documentation / git-ssh-push.txt
blobe38679deb91d76f5ea327938205f67425de9e4b5
1 git-ssh-push(1)
2 ===============
3 v0.1, Jun 2005
5 NAME
6 ----
7 git-ssh-push - Pushes to a remote repository over ssh connection
10 SYNOPSIS
11 --------
12 'git-ssh-push' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
14 DESCRIPTION
15 -----------
16 Pushes from a remote repository over ssh connection, invoking
17 git-ssh-pull on the other end. It functions identically to
18 git-ssh-pull, aside from which end you run it on.
20 OPTIONS
21 -------
22 commit-id::
23         Id of commit to push.
25 -c::
26         Get the commit objects.
27 -t::
28         Get tree associated with the requested commit object.
29 -a::
30         Get all the objects.
31 -v::
32         Report what is uploaded.
33 -w::
34         Writes the commit-id into the filename under [URL]/refs/ on
35         the remote end after the transfer is complete.
37 Author
38 ------
39 Written by Daniel Barkalow <barkalow@iabervon.org>
41 Documentation
42 --------------
43 Documentation by Daniel Barkalow
45 GIT
46 ---
47 Part of the link:git.html[git] suite