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.
53 lines
1.0 KiB
53 lines
1.0 KiB
19 years ago
|
git-ssh-fetch(1)
|
||
|
================
|
||
20 years ago
|
v0.1, May 2005
|
||
|
|
||
|
NAME
|
||
|
----
|
||
19 years ago
|
git-ssh-fetch - Pulls from a remote repository over ssh connection
|
||
20 years ago
|
|
||
|
|
||
|
|
||
|
SYNOPSIS
|
||
|
--------
|
||
19 years ago
|
'git-ssh-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
|
||
20 years ago
|
|
||
|
DESCRIPTION
|
||
|
-----------
|
||
20 years ago
|
Pulls from a remote repository over ssh connection, invoking
|
||
19 years ago
|
git-ssh-upload on the other end. It functions identically to
|
||
|
git-ssh-upload, aside from which end you run it on.
|
||
20 years ago
|
|
||
20 years ago
|
|
||
|
OPTIONS
|
||
|
-------
|
||
20 years ago
|
commit-id::
|
||
|
Either the hash or the filename under [URL]/refs/ to
|
||
|
pull.
|
||
|
|
||
20 years ago
|
-c::
|
||
|
Get the commit objects.
|
||
|
-t::
|
||
|
Get trees associated with the commit objects.
|
||
|
-a::
|
||
|
Get all the objects.
|
||
|
-v::
|
||
|
Report what is downloaded.
|
||
20 years ago
|
-w::
|
||
|
Writes the commit-id into the filename under $GIT_DIR/refs/ on
|
||
|
the local end after the transfer is complete.
|
||
20 years ago
|
|
||
|
|
||
|
Author
|
||
|
------
|
||
20 years ago
|
Written by Daniel Barkalow <barkalow@iabervon.org>
|
||
20 years ago
|
|
||
|
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
|
||
|
|