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-parse-remote.txt
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
23 lines (18 sloc)
471 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-parse-remote(1) | |
=================== | |
NAME | |
---- | |
git-parse-remote - Routines to help parsing remote repository access parameters | |
SYNOPSIS | |
-------- | |
[verse] | |
'. "$(git --exec-path)/git-parse-remote"' | |
DESCRIPTION | |
----------- | |
This script is included in various scripts to supply | |
routines to parse files under $GIT_DIR/remotes/ and | |
$GIT_DIR/branches/ and configuration variables that are related | |
to fetching, pulling and pushing. | |
GIT | |
--- | |
Part of the linkgit:git[1] suite |