blob: f791d73c0513997033f0878e89bbae64226130b5 [file] [log] [blame]
Junio C Hamano7bd050f2011-09-22 06:32:221git-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
Junio C Hamanoabad6da2013-01-06 09:06:3222'git-remote-testgit'.
Junio C Hamano7bd050f2011-09-22 06:32:2223
24SEE ALSO
25--------
Junio C Hamanob5e079f2013-02-08 00:02:5226linkgit:gitremote-helpers[1]
Junio C Hamano7bd050f2011-09-22 06:32:2227
28GIT
29---
30Part of the linkgit:git[1] suite