Topics ▾
Email
Version 1.8.3 ▾
git-remote-testgit last updated in 1.8.2.1
Changes in the git-remote-testgit manual
Setup and Config
Getting and Creating Projects
Basic Snapshotting
Branching and Merging
Sharing and Updating Projects
Inspection and Comparison
Patching
Debugging
External Systems
Administration
Server Admin
Plumbing Commands
- 1.8.2.2 → 1.8.3 no changes
-
1.8.2.1
04/07/13
-
1.8.1.6
04/07/13
git-remote-testgit(1) Manual Page
NAME
git-remote-testgit - Example remote-helper
SYNOPSIS
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
GIT
Part of the git(1) suite