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