blob: 2a67d456a3d2e278d924e792760dfd90f77a680c [file] [log] [blame]
Matthieu Moy9609dc92011-09-01 18:49:38 +02001git-remote-testgit(1)
2=====================
3
4NAME
5----
6git-remote-testgit - Example remote-helper
7
8
9SYNOPSIS
10--------
11[verse]
12git clone testgit::<source-repo> [<destination>]
13
14DESCRIPTION
15-----------
16
17This command is a simple remote-helper, that is used both as a
18testcase for the remote-helper functionality, and as an example to
19show remote-helper authors one possible implementation.
20
21The best way to learn more is to read the comments and source code in
22'git-remote-testgit.py'.
23
24SEE ALSO
25--------
26linkgit:git-remote-helpers[1]
27
28GIT
29---
30Part of the linkgit:git[1] suite