]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-remote-testgit.txt
Merge branch 'jc/format-patch-error-check'
[thirdparty/git.git] / Documentation / git-remote-testgit.txt
CommitLineData
9609dc9d
MM
1git-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
fc407f98 22'git-remote-testgit'.
9609dc9d
MM
23
24SEE ALSO
25--------
bd4a3d61 26linkgit:gitremote-helpers[1]
9609dc9d
MM
27
28GIT
29---
30Part of the linkgit:git[1] suite