Is there any way to change the Git username and email for Xcode? When I try commit now it will post my real name. I want it to post my GitHub username so that you can link commits to my user on GitHub.
Usually with Git I've been able to just type git config --global user.name whoosh
in the terminal but it doesn't seem to work on Mac and Xcode.