Re: Git config multiple values

2017-10-06 Thread aleksander.baranowski
Hi!, Thank you very much for descriptive answer. You are absolutely right. I should read manual more carefully! Still it's quite odd interface. Thank you for your time. Bests, Alex On 10/06/2017 04:32 PM, Jeff King wrote: > On Fri, Oct 06, 2017 at 01:10:17PM +0200, aleksander.baranows

Git config multiple values

2017-10-06 Thread aleksander.baranowski
Hi, I'm currently using git version 2.14.2. There is possible to put multiple values into same variable with git config. Case 1: # git config --global user.name Foo - returns 0 # git config --global user.name Bar - returns 0 and replace Foo to Bar # git config --global user.name Foo - returns 0 a