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?


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


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