On 12/21/2016 1:47 PM, Andrey Repin wrote: > 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"
Discover other options with $ git --help config -- cyg Simple -- 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