Level 70
I am not sure, may be this can help you-
https://superuser.com/questions/1064197/how-to-switch-git-user-at-terminal
7 likes
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have two user's in git on my Mac. I am trying to remove one user, that I am not using anymore. How can I remove that?
I already try this step-
$ git config --global user.name "New User"
$ git config --global user.email "[email protected]"
I am not sure, may be this can help you-
https://superuser.com/questions/1064197/how-to-switch-git-user-at-terminal
Please or to participate in this conversation.