Johannes Schindelin | ee72aea | 2005-11-24 11:36:01 +0100 | [diff] [blame] | 1 | git-repo-config(1) |
| 2 | ================== |
Johannes Schindelin | 2d2465c | 2005-11-17 22:49:19 +0100 | [diff] [blame] | 3 | |
| 4 | NAME |
| 5 | ---- |
Junio C Hamano | c3f0baa | 2007-01-18 15:53:37 -0800 | [diff] [blame] | 6 | git-repo-config - Get and set repository or global options |
Johannes Schindelin | 2d2465c | 2005-11-17 22:49:19 +0100 | [diff] [blame] | 7 | |
| 8 | |
| 9 | SYNOPSIS |
| 10 | -------- |
Jonathan Nieder | b1889c3 | 2008-06-30 01:09:04 -0500 | [diff] [blame] | 11 | 'git repo-config' ... |
Tom Prince | e0d10e1 | 2007-01-28 16:16:53 -0800 | [diff] [blame] | 12 | |
Johannes Schindelin | 2d2465c | 2005-11-17 22:49:19 +0100 | [diff] [blame] | 13 | |
| 14 | DESCRIPTION |
| 15 | ----------- |
Johannes Schindelin | 2d2465c | 2005-11-17 22:49:19 +0100 | [diff] [blame] | 16 | |
Dan McGee | 5162e69 | 2007-12-29 00:20:38 -0600 | [diff] [blame] | 17 | This is a synonym for linkgit:git-config[1]. Please refer to the |
Tom Prince | e0d10e1 | 2007-01-28 16:16:53 -0800 | [diff] [blame] | 18 | documentation of that command. |
Jeff King | 6ea922d | 2011-03-11 01:08:48 -0500 | [diff] [blame] | 19 | |
| 20 | GIT |
| 21 | --- |
| 22 | Part of the linkgit:git[1] suite |