Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1 | git-repo-config(1) |
2 | ================== | ||||
3 | |||||
4 | NAME | ||||
5 | ---- | ||||
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 6 | git-repo-config - Get and set repository or global options |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 7 | |
8 | |||||
9 | SYNOPSIS | ||||
10 | -------- | ||||
Junio C Hamano | 7ad22dc | 2007-01-29 02:55:48 | [diff] [blame] | 11 | 'git-repo-config' ... |
12 | |||||
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 13 | |
14 | DESCRIPTION | ||||
15 | ----------- | ||||
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 16 | |
Junio C Hamano | 7ad22dc | 2007-01-29 02:55:48 | [diff] [blame] | 17 | This is a synonym for gitlink:git-config[1]. Please refer to the |
18 | documentation of that command. |