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