latest 2 messages by arthaey_

+ [2015-07-09T02:28:48Z] arthaey_ does anyone know how to get Xcode to use a different user when pushing to Github?
+ [2015-07-09T02:28:16Z] arthaey_ I'm trying to get Xcode's source control feature to use a different github user than what I normally use on the command line. And I can *change* the user via `xcrun git config --local user.name` so that all subsequent commits use the correct user. But the initial commit is always my normal user.