1
0
mirror of https://github.com/git/git.git synced 2024-09-30 04:22:06 +02:00
git/Documentation/git-ssh-push.txt
Junio C Hamano 418aaf847a [PATCH] rename git-rpush and git-rpull to git-ssh-push and git-ssh-pull
In preparation for 1.0 release, this makes the command names
consistent with others in git-*-pull family.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-06-05 16:12:27 -07:00

31 lines
460 B
Plaintext

git-ssh-push(1)
===============
v0.1, May 2005
NAME
----
git-ssh-push - Helper "server-side" program used by git-ssh-pull
SYNOPSIS
--------
'git-ssh-push'
DESCRIPTION
-----------
Helper "server-side" program used by git-ssh-pull.
Author
------
Written by Linus Torvalds <torvalds@osdl.org>
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