Hi,

git man page says parameters passed with an option -c will
override values from configuration files. I found that sometimes
this is not the case. For example, I want to override
'url.<url>.insteadOf' option from my configuration file, to do 
that I run git with an option

git -c url.<url>.insteadOf=<desired-url> ls-remote origin

But git still uses an option from config. Is it intended
behaviour?

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to