Aditya M P
Aditya M P

Reputation: 5337

Is that config option called core.fileMode or core.filemode?

git help config mentions both as examples in various lines. I just set both to be sure, but is that setting camel cased or not?

Upvotes: 0

Views: 38

Answers (1)

cooperok
cooperok

Reputation: 4257

The variable names in git are case-insensitive so you can just set core.filemode.

Upvotes: 2

Related Questions