2005-06-06 00:41:05 +02:00
|
|
|
git-ssh-pull(1)
|
|
|
|
===============
|
2005-05-10 23:32:30 +02:00
|
|
|
v0.1, May 2005
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2005-06-06 00:41:05 +02:00
|
|
|
git-ssh-pull - Pulls from a remote repository over ssh connection
|
2005-05-10 23:32:30 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2005-06-07 04:30:39 +02:00
|
|
|
'git-ssh-pull' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
|
2005-05-10 23:32:30 +02:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2005-06-07 04:30:39 +02:00
|
|
|
Pulls from a remote repository over ssh connection, invoking
|
|
|
|
git-ssh-push on the other end. It functions identically to
|
|
|
|
git-ssh-push, aside from which end you run it on.
|
|
|
|
|
2005-05-10 23:32:30 +02:00
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
2005-06-07 04:30:39 +02:00
|
|
|
commit-id::
|
|
|
|
Either the hash or the filename under [URL]/refs/ to
|
|
|
|
pull.
|
|
|
|
|
2005-05-10 23:32:30 +02:00
|
|
|
-c::
|
|
|
|
Get the commit objects.
|
|
|
|
-t::
|
|
|
|
Get trees associated with the commit objects.
|
|
|
|
-a::
|
|
|
|
Get all the objects.
|
|
|
|
-v::
|
|
|
|
Report what is downloaded.
|
2005-06-07 04:30:39 +02:00
|
|
|
-w::
|
|
|
|
Writes the commit-id into the filename under $GIT_DIR/refs/ on
|
|
|
|
the local end after the transfer is complete.
|
2005-05-10 23:32:30 +02:00
|
|
|
|
|
|
|
|
|
|
|
Author
|
|
|
|
------
|
2005-06-07 04:30:39 +02:00
|
|
|
Written by Daniel Barkalow <barkalow@iabervon.org>
|
2005-05-10 23:32:30 +02:00
|
|
|
|
|
|
|
Documentation
|
|
|
|
--------------
|
|
|
|
Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
|
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
|
|
|
Part of the link:git.html[git] suite
|
|
|
|
|