diff options
Diffstat (limited to 'Documentation/git-ssh-push.txt')
-rw-r--r-- | Documentation/git-ssh-push.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Documentation/git-ssh-push.txt b/Documentation/git-ssh-push.txt new file mode 100644 index 0000000000..4fe8508697 --- /dev/null +++ b/Documentation/git-ssh-push.txt @@ -0,0 +1,30 @@ +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 + |