2005-11-24 10:36:01 +00:00
|
|
|
git-repo-config(1)
|
|
|
|
==================
|
2005-11-17 21:49:19 +00:00
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2007-01-18 23:53:37 +00:00
|
|
|
git-repo-config - Get and set repository or global options
|
2005-11-17 21:49:19 +00:00
|
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2011-07-02 02:38:26 +00:00
|
|
|
[verse]
|
2008-06-30 06:09:04 +00:00
|
|
|
'git repo-config' ...
|
2005-11-17 21:49:19 +00:00
|
|
|
|
2005-11-20 05:52:22 +00:00
|
|
|
|
2007-01-29 00:16:53 +00:00
|
|
|
DESCRIPTION
|
2006-06-17 23:23:58 +00:00
|
|
|
-----------
|
|
|
|
|
2007-12-29 06:20:38 +00:00
|
|
|
This is a synonym for linkgit:git-config[1]. Please refer to the
|
2007-01-29 00:16:53 +00:00
|
|
|
documentation of that command.
|
2011-03-11 06:08:48 +00:00
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
|
|
|
Part of the linkgit:git[1] suite
|