(git-config): doesn't set global or local values
Closed this issue · 2 comments
After adding this module and filling in the user's name and email running git config --global user.name and git config --global user.email show no value set.
If I go to the cloned repo (cloned by git-clone module) and try git config --global user.name and git config --global user.email those values are also empty.
Hi @jovermier the module actually configures tha values using ENV variables.
If that doesn't work for your case we can consider writing it using git commands too.
Also I will double check the current flow and update my comment.
I didn't realize git push works without having git config global set. The few git commands work for my use case. Unless someone else has a need for the git global config having the developers name and email set then I guess this issue can be closed.