Description of the new feature / enhancement
It would be nice to have a general purpose GitConfig resource for setting any setting; you could harvest parts of GitConfigUser{Name,Email}.
Example:
- resource: GitDsc/GitConfig
directives:
description: Set Git core.longpaths to true
allowPrerelease: true
settings:
Name: core.longpaths
Value: 'true'
ConfigLocation: Global
Proposed technical implementation details
No response
Description of the new feature / enhancement
It would be nice to have a general purpose
GitConfigresource for setting any setting; you could harvest parts ofGitConfigUser{Name,Email}.Example:
Proposed technical implementation details
No response