terminal
Call it The GCDLADB if you like.
Easily Change GitHub User in OSX 1 min read Nov 18, 2019 | Updated: Aug 26, 2020 13:16
The first step is to run git config -l to see what the current configuration is. If the user.name and/or user.email properties are incorrect, change them using something like this: git config --global user.name "Mark McFate" git config --global user.email "yourEMail@address.here" That’s only half the battle. I love OSX and the Keychain Access app is wonderful, except when I’m working with git and GitHub in a terminal, which I do quite often. The real problem is that I have 4 different identities in GitHub… crazy, I know. ...