You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
969 B
49 lines
969 B
19 years ago
|
git-ssh-upload(1)
|
||
|
=================
|
||
20 years ago
|
v0.1, Jun 2005
|
||
20 years ago
|
|
||
|
NAME
|
||
|
----
|
||
19 years ago
|
git-ssh-upload - Pushes to a remote repository over ssh connection
|
||
20 years ago
|
|
||
|
|
||
|
SYNOPSIS
|
||
|
--------
|
||
19 years ago
|
'git-ssh-upload' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
|
||
20 years ago
|
|
||
|
DESCRIPTION
|
||
|
-----------
|
||
20 years ago
|
Pushes from a remote repository over ssh connection, invoking
|
||
19 years ago
|
git-ssh-fetch on the other end. It functions identically to
|
||
|
git-ssh-fetch, aside from which end you run it on.
|
||
20 years ago
|
|
||
|
OPTIONS
|
||
|
-------
|
||
|
commit-id::
|
||
20 years ago
|
Id of commit to push.
|
||
20 years ago
|
|
||
|
-c::
|
||
|
Get the commit objects.
|
||
|
-t::
|
||
|
Get tree associated with the requested commit object.
|
||
|
-a::
|
||
|
Get all the objects.
|
||
|
-v::
|
||
|
Report what is uploaded.
|
||
|
-w::
|
||
|
Writes the commit-id into the filename under [URL]/refs/ on
|
||
|
the remote end after the transfer is complete.
|
||
20 years ago
|
|
||
|
Author
|
||
|
------
|
||
20 years ago
|
Written by Daniel Barkalow <barkalow@iabervon.org>
|
||
20 years ago
|
|
||
|
Documentation
|
||
|
--------------
|
||
20 years ago
|
Documentation by Daniel Barkalow
|
||
20 years ago
|
|
||
|
GIT
|
||
|
---
|
||
|
Part of the link:git.html[git] suite
|
||
|
|