Merge branch 'wk/man-deny-current-branch-is-default-these-days' into maint
[git/jnareb-git.git] / Documentation / git-remote-testgit.txt
blob4c871b92e99aeb838a0975502e56a7388cad4965
1 git-remote-testgit(1)
2 =====================
4 NAME
5 ----
6 git-remote-testgit - Example remote-helper
9 SYNOPSIS
10 --------
11 [verse]
12 git clone testgit::<source-repo> [<destination>]
14 DESCRIPTION
15 -----------
17 This command is a simple remote-helper, that is used both as a
18 testcase for the remote-helper functionality, and as an example to
19 show remote-helper authors one possible implementation.
21 The best way to learn more is to read the comments and source code in
22 'git-remote-testgit.py'.
24 SEE ALSO
25 --------
26 linkgit:gitremote-helpers[1]
28 GIT
29 ---
30 Part of the linkgit:git[1] suite