Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
git/Documentation/git-remote-testgit.txt
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
30 lines (22 sloc)
570 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |