-
Notifications
You must be signed in to change notification settings - Fork 49
Requested resource: GitDsc/GitConfig #244
Copy link
Copy link
Open
Description
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: GlobalProposed technical implementation details
No response
Reactions are currently unavailable