]> git.ipfire.org Git - thirdparty/git.git/blame_incremental - Documentation/git-parse-remote.txt
Merge branch 'ds/close-object-store' into maint
[thirdparty/git.git] / Documentation / git-parse-remote.txt
... / ...
CommitLineData
1git-parse-remote(1)
2===================
3
4NAME
5----
6git-parse-remote - Routines to help parsing remote repository access parameters
7
8
9SYNOPSIS
10--------
11[verse]
12'. "$(git --exec-path)/git-parse-remote"'
13
14DESCRIPTION
15-----------
16This script is included in various scripts to supply
17routines to parse files under $GIT_DIR/remotes/ and
18$GIT_DIR/branches/ and configuration variables that are related
19to fetching, pulling and pushing.
20
21GIT
22---
23Part of the linkgit:git[1] suite