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
we should let git try to read the local config as well. Otherwise, any local git config values will always be overwritten by mcdev init / mcdev upgrade
Steps To Reproduce
run git config --local user.name "test"
run git config --global user.name "Your Name"
Run mcdev init
It will always propose "Your Name" to you
Version
4.1.12
Environment
OS:
Node:
npm:
Participation
I am willing to submit a pull request for this issue.
Additional comments
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
we seem to be only checking global settings
Expected Behavior
we should let git try to read the local config as well. Otherwise, any local git config values will always be overwritten by
mcdev init
/mcdev upgrade
Steps To Reproduce
mcdev init
Version
4.1.12
Environment
Participation
Additional comments
No response
The text was updated successfully, but these errors were encountered: