Greetings, Corinna Vinschen! > On Dec 21 08:32, Andrey Repin wrote: >> Greetings, All! >> >> When I commit into my local repository, the commit author name is shown as >> U-<machninename>\<username> or <domainname>\<username> >> >> How to make it stop doing that? I'm not comfortable with giving away my >> internal network structure.
> $ git config --global add user.name "Madonna de Puenta del Sol" > $ git config --global add user.email "mado...@puenta-del-sol.org" Neat. Thanks. :) Just one correction for those might be reading it: it's $ git config --global --add name "value" -- With best regards, Andrey Repin Wednesday, December 21, 2016 21:44:14 Sorry for my terrible english... -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple