1GIT-PARSE-REMOTE(1) Git Manual GIT-PARSE-REMOTE(1)
2
3
4
6 git-parse-remote - Routines to help parsing remote repository access
7 parameters
8
10 . "$(git --exec-path)/git-parse-remote"
11
13 This script is included in various scripts to supply routines to parse
14 files under $GIT_DIR/remotes/ and $GIT_DIR/branches/ and configuration
15 variables that are related to fetching, pulling and pushing.
16
18 Written by Junio C Hamano.
19
21 Documentation by Junio C Hamano and the git-list
22 <git@vger.kernel.org[1]>.
23
25 Part of the git(1) suite
26
28 1. git@vger.kernel.org
29 mailto:git@vger.kernel.org
30
31
32
33Git 1.7.1 08/16/2017 GIT-PARSE-REMOTE(1)