]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-repo-config.txt
Merge git://ozlabs.org/~paulus/gitk
[thirdparty/git.git] / Documentation / git-repo-config.txt
CommitLineData
ee72aeaf
JS
1git-repo-config(1)
2==================
2d2465c0
JS
3
4NAME
5----
c3f0baac 6git-repo-config - Get and set repository or global options
2d2465c0
JS
7
8
9SYNOPSIS
10--------
7791a1d9 11[verse]
b1889c36 12'git repo-config' ...
2d2465c0 13
4ddba79d 14
e0d10e1c 15DESCRIPTION
7f29f7a9
PB
16-----------
17
5162e697 18This is a synonym for linkgit:git-config[1]. Please refer to the
e0d10e1c 19documentation of that command.
6ea922d5
JK
20
21GIT
22---
23Part of the linkgit:git[1] suite