]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-ssh-upload.txt
Big tool rename.
[thirdparty/git.git] / Documentation / git-ssh-upload.txt
CommitLineData
215a7ad1
JH
1git-ssh-upload(1)
2=================
63aff4fe 3v0.1, Jun 2005
2cf565c5
DG
4
5NAME
6----
215a7ad1 7git-ssh-upload - Pushes to a remote repository over ssh connection
2cf565c5
DG
8
9
10SYNOPSIS
11--------
215a7ad1 12'git-ssh-upload' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
2cf565c5
DG
13
14DESCRIPTION
15-----------
63aff4fe 16Pushes from a remote repository over ssh connection, invoking
215a7ad1
JH
17git-ssh-fetch on the other end. It functions identically to
18git-ssh-fetch, aside from which end you run it on.
63aff4fe
DB
19
20OPTIONS
21-------
22commit-id::
ee85cbc6 23 Id of commit to push.
63aff4fe
DB
24
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.
63aff4fe
DB
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.
2cf565c5
DG
36
37Author
38------
63aff4fe 39Written by Daniel Barkalow <barkalow@iabervon.org>
2cf565c5
DG
40
41Documentation
42--------------
63aff4fe 43Documentation by Daniel Barkalow
2cf565c5
DG
44
45GIT
46---
47Part of the link:git.html[git] suite
48