]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-ssh-upload.txt
GIT-VERSION-FILE: check ./version first.
[thirdparty/git.git] / Documentation / git-ssh-upload.txt
CommitLineData
215a7ad1
JH
1git-ssh-upload(1)
2=================
2cf565c5
DG
3
4NAME
5----
c3f0baac 6git-ssh-upload - Push to a remote repository over ssh connection
2cf565c5
DG
7
8
9SYNOPSIS
10--------
215a7ad1 11'git-ssh-upload' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
2cf565c5
DG
12
13DESCRIPTION
14-----------
63aff4fe 15Pushes from a remote repository over ssh connection, invoking
215a7ad1
JH
16git-ssh-fetch on the other end. It functions identically to
17git-ssh-fetch, aside from which end you run it on.
63aff4fe
DB
18
19OPTIONS
20-------
21commit-id::
ee85cbc6 22 Id of commit to push.
63aff4fe
DB
23
24-c::
25 Get the commit objects.
26-t::
27 Get tree associated with the requested commit object.
28-a::
29 Get all the objects.
63aff4fe
DB
30-v::
31 Report what is uploaded.
32-w::
33 Writes the commit-id into the filename under [URL]/refs/ on
34 the remote end after the transfer is complete.
2cf565c5
DG
35
36Author
37------
63aff4fe 38Written by Daniel Barkalow <barkalow@iabervon.org>
2cf565c5
DG
39
40Documentation
41--------------
63aff4fe 42Documentation by Daniel Barkalow
2cf565c5
DG
43
44GIT
45---
a7154e91 46Part of the gitlink:git[7] suite
2cf565c5 47