https://github.com/git/git
Raw File
Tip revision: 53cdd4e1b2017a7580d0c4b7f530f0678985c8dc authored by Junio C Hamano on 28 January 2013, 19:17:54 UTC
Git 1.8.1.2
Tip revision: 53cdd4e
git-parse-remote.txt
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
back to top