2011-09-01 18:49:38 +02:00
|
|
|
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
|
2012-11-28 23:11:01 +01:00
|
|
|
'git-remote-testgit'.
|
2011-09-01 18:49:38 +02:00
|
|
|
|
|
|
|
SEE ALSO
|
|
|
|
--------
|
2013-01-31 22:59:50 +01:00
|
|
|
linkgit:gitremote-helpers[1]
|
2011-09-01 18:49:38 +02:00
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
|
|
|
Part of the linkgit:git[1] suite
|