blob: 02217f6ba2007bb7bc55c577b77773dfcce93225 [file] [log] [blame]
Junio C Hamano1a4e8412005-12-27 08:17:231git-parse-remote(1)
2===================
3
4NAME
5----
Junio C Hamano7c73c662007-01-19 00:37:506git-parse-remote - Routines to help parsing remote repository access parameters
Junio C Hamano1a4e8412005-12-27 08:17:237
8
9SYNOPSIS
10--------
Junio C Hamanobb8e9962008-06-30 09:05:0811'. "$(git --exec-path)/git-parse-remote"'
Junio C Hamano1a4e8412005-12-27 08:17:2312
13DESCRIPTION
14-----------
15This script is included in various scripts to supply
16routines to parse files under $GIT_DIR/remotes/ and
Junio C Hamanoe58607f2007-01-17 23:27:4517$GIT_DIR/branches/ and configuration variables that are related
18to fetching, pulling and pushing.
Junio C Hamano1a4e8412005-12-27 08:17:2319
Junio C Hamano1a4e8412005-12-27 08:17:2320GIT
21---
Junio C Hamanof7c042d2008-06-06 22:50:5322Part of the linkgit:git[1] suite