Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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 whoosy" in the terminal but it doesn't seem to work on Mac and Xcode.

share|improve this question
Kinda semi-related: does GitHub not allow user name/email aliases like BitBucket does for example? +1 on your question anyway as I have no idea how to do it either. – Filip Radelic Sep 8 '12 at 23:18
help.github.com/articles/setting-your-email-in-git / Changing the following changed the username even when pushing to a remote github repo from Xcode. – DCGoD Feb 11 at 23:29

1 Answer

As mentioned in "Where is the Git commit info set in Xcode 4?", XCode takes user information from your contact card from your Address Book.

Changing your contact card would change user information (for new commits)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.