This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to stop Cygwin git giving away my internal network structure?


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 "madonna@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]