Closed salarkhan closed 10 years ago
JK figured it out. Pushing up soon
On my phone at the moment, but does setting git config --local user.name
reset the local config? Also possibly just looking in .git for where that is may be simpler than the current approach
Errrr no. It just resets that one field. Which made me realize that I should reset both the email & the name. I'm dumb
Since those are the only 2 fields we ever change, it seems a bit hamfisted to try and reset the entire thing, no?
yeah we shouldn't blow away anything else if we don't have to
+1 to merging if you are cool with my changes
omg that is so much cleaner
Fixes #3.
Can not for the life of me figure out how to awk/sed out the email address from the output of git config --global.
Halp pls.