File: git-ssh-upload.txt

package info (click to toggle)
git-core 1%3A1.4.4.4-2
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 5,980 kB
  • ctags: 5,444
  • sloc: ansic: 50,068; sh: 14,854; perl: 12,752; tcl: 5,714; python: 2,754; makefile: 981; lisp: 977; asm: 219
file content (47 lines) | stat: -rw-r--r-- 950 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
git-ssh-upload(1)
=================

NAME
----
git-ssh-upload - Pushes to a remote repository over ssh connection


SYNOPSIS
--------
'git-ssh-upload' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url

DESCRIPTION
-----------
Pushes from a remote repository over ssh connection, invoking
git-ssh-fetch on the other end. It functions identically to
git-ssh-fetch, aside from which end you run it on.

OPTIONS
-------
commit-id::
        Id of commit to push.

-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.

Author
------
Written by Daniel Barkalow <barkalow@iabervon.org>

Documentation
--------------
Documentation by Daniel Barkalow

GIT
---
Part of the gitlink:git[7] suite