2005-09-08 00:26:23 +00:00
|
|
|
git-parse-remote(1)
|
|
|
|
===================
|
2005-09-07 21:08:38 +00:00
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2007-01-18 23:53:37 +00:00
|
|
|
git-parse-remote - Routines to help parsing remote repository access parameters
|
2005-09-07 21:08:38 +00:00
|
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2011-07-02 02:38:26 +00:00
|
|
|
[verse]
|
2008-06-29 16:10:20 +00:00
|
|
|
'. "$(git --exec-path)/git-parse-remote"'
|
2005-09-07 21:08:38 +00:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
|
|
|
This script is included in various scripts to supply
|
|
|
|
routines to parse files under $GIT_DIR/remotes/ and
|
2007-01-17 21:06:32 +00:00
|
|
|
$GIT_DIR/branches/ and configuration variables that are related
|
|
|
|
to fetching, pulling and pushing.
|
2005-09-07 21:08:38 +00:00
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
2008-06-06 07:07:32 +00:00
|
|
|
Part of the linkgit:git[1] suite
|