git-remote-testgit.1   [plain text]


'\" t
.\"     Title: git-remote-testgit
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\"      Date: 02/24/2014
.\"    Manual: Git Manual
.\"    Source: Git 1.9.0
.\"  Language: English
.\"
.TH "GIT\-REMOTE\-TESTGIT" "1" "02/24/2014" "Git 1\&.9\&.0" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
git-remote-testgit \- Example remote\-helper
.SH "SYNOPSIS"
.sp
.nf
git clone testgit::<source\-repo> [<destination>]
.fi
.sp
.SH "DESCRIPTION"
.sp
This command is a simple remote\-helper, that is used both as a testcase for the remote\-helper functionality, and as an example to show remote\-helper authors one possible implementation\&.
.sp
The best way to learn more is to read the comments and source code in \fIgit\-remote\-testgit\fR\&.
.SH "SEE ALSO"
.sp
\fBgitremote-helpers\fR(1)
.SH "GIT"
.sp
Part of the \fBgit\fR(1) suite