I use git behind a firewall and I need to configure
$ git config --global http.proxy
to handle connection.
But what happens if I only wanna avoid proxy for local domains? I need the proxy for every host excepts for servers in my LAN.
There is a way to do?
Thanks