You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.
Currently /Users/${::boxen_user}/.gitconfig isn't a parameter that can be overwritten.
Can git::config::global take path as a parameter besides value and just default to the above if not specified?
The text was updated successfully, but these errors were encountered:
It definitely could. My only concern would be ensuring that the path is reused for all the values you pass in. It wouldn't be global if you pointed it elsewhere.
Happy to review a PR if you'd like to get this going.
Currently
/Users/${::boxen_user}/.gitconfig
isn't a parameter that can be overwritten.Can git::config::global take path as a parameter besides value and just default to the above if not specified?
The text was updated successfully, but these errors were encountered: