'\" t .\" Title: git-remote-testgit .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: 04/20/2020 .\" Manual: Git Manual .\" Source: Git 2.20.1 .\" Language: English .\" .TH "GIT\-REMOTE\-TESTGIT" "1" "04/20/2020" "Git 2\&.20\&.1" "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:: [] .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