git-remote-testgit (1)
Leading comments
Title: git-remote-testgit Author: [FIXME: author] [see http://docbook.sf.net/el/author] Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> Date: 08/10/2017 Manual: Git Manual Source: Git 2.14.1 Language: English
NAME
git-remote-testgit - Example remote-helperSYNOPSIS
git clone testgit::<source-repo> [<destination>]
DESCRIPTION
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.
The best way to learn more is to read the comments and source code in git-remote-testgit.
SEE ALSO
GIT
Part of the git(1) suite