Merge git://github.com/git-l10n/git-po
[git.git] / Documentation / git-parse-remote.txt
bloba45ea1ece81a1340de7748afa2390ca6f03ab549
1 git-parse-remote(1)
2 ===================
4 NAME
5 ----
6 git-parse-remote - Routines to help parsing remote repository access parameters
9 SYNOPSIS
10 --------
11 [verse]
12 '. "$(git --exec-path)/git-parse-remote"'
14 DESCRIPTION
15 -----------
16 This script is included in various scripts to supply
17 routines to parse files under $GIT_DIR/remotes/ and
18 $GIT_DIR/branches/ and configuration variables that are related
19 to fetching, pulling and pushing.
21 GIT
22 ---
23 Part of the linkgit:git[1] suite