]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/git-parse-remote.txt
git-tag.txt: list all modes in the description
[thirdparty/git.git] / Documentation / git-parse-remote.txt
1 git-parse-remote(1)
2 ===================
3
4 NAME
5 ----
6 git-parse-remote - Routines to help parsing remote repository access parameters
7
8
9 SYNOPSIS
10 --------
11 '. "$(git --exec-path)/git-parse-remote"'
12
13 DESCRIPTION
14 -----------
15 This script is included in various scripts to supply
16 routines to parse files under $GIT_DIR/remotes/ and
17 $GIT_DIR/branches/ and configuration variables that are related
18 to fetching, pulling and pushing.
19
20 Author
21 ------
22 Written by Junio C Hamano.
23
24 Documentation
25 --------------
26 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
27
28 GIT
29 ---
30 Part of the linkgit:git[1] suite