Documentation / git-ssh-upload.txton commit Merge git://git.kernel.org/pub/scm/gitk/gitk (521a3f6)
   1git-ssh-upload(1)
   2=================
   3
   4NAME
   5----
   6git-ssh-upload - Pushes to a remote repository over ssh connection
   7
   8
   9SYNOPSIS
  10--------
  11'git-ssh-upload' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
  12
  13DESCRIPTION
  14-----------
  15Pushes from a remote repository over ssh connection, invoking
  16git-ssh-fetch on the other end. It functions identically to
  17git-ssh-fetch, aside from which end you run it on.
  18
  19OPTIONS
  20-------
  21commit-id::
  22        Id of commit to push.
  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.
  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.
  35
  36Author
  37------
  38Written by Daniel Barkalow <barkalow@iabervon.org>
  39
  40Documentation
  41--------------
  42Documentation by Daniel Barkalow
  43
  44GIT
  45---
  46Part of the gitlink:git[7] suite
  47