summaryrefslogtreecommitdiff
path: root/Documentation/git-remote-testgit.txt
blob: f791d73c0513997033f0878e89bbae64226130b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
git-remote-testgit(1)
=====================
 
NAME
----
git-remote-testgit - Example remote-helper
 
 
SYNOPSIS
--------
[verse]
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
--------
linkgit:gitremote-helpers[1]
 
GIT
---
Part of the linkgit:git[1] suite