mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-02 02:56:10 +02:00
fixed config property name casing
This commit is contained in:
parent
fecd208b2f
commit
7af480e67e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.gitignore_global
|
excludesFile = ~/.gitignore_global
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
[alias]
|
[alias]
|
||||||
|
|
Loading…
Add table
Reference in a new issue