swh:1:snp:47f1e8bb459169b0feb652a9c3d9cbabd8526d4a
Raw File
Tip revision: 6c4ab27f2378ce67940b4496365043119d7ffff2 authored by Junio C Hamano on 15 August 2014, 22:09:12 UTC
Git 2.1
Tip revision: 6c4ab27
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