| Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 1 | git-remote-testgit(1) |
| 2 | ===================== |
| 3 | |
| 4 | NAME |
| 5 | ---- |
| 6 | git-remote-testgit - Example remote-helper |
| 7 | |
| 8 | |
| 9 | SYNOPSIS |
| 10 | -------- |
| 11 | [verse] |
| 12 | git clone testgit::<source-repo> [<destination>] |
| 13 | |
| 14 | DESCRIPTION |
| 15 | ----------- |
| 16 | |
| 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. |
| 20 | |
| 21 | The best way to learn more is to read the comments and source code in |
| Junio C Hamano | abad6da | 2013-01-06 09:06:32 | [diff] [blame] | 22 | 'git-remote-testgit'. |
| Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 23 | |
| 24 | SEE ALSO |
| 25 | -------- |
| Junio C Hamano | b5e079f | 2013-02-08 00:02:52 | [diff] [blame] | 26 | linkgit:gitremote-helpers[1] |
| Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 27 | |
| 28 | GIT |
| 29 | --- |
| 30 | Part of the linkgit:git[1] suite |