{ "name": "WIN - Git", "cmd": "git", "set": [ { "args": [ "config", "--global", "http.proxy" ] }, { "args": [ "config", "--global", "https.proxy" ] } ], "unset": [ { "args": [ "config", "--global", "--unset", "http.proxy" ] }, { "args": [ "config", "--global", "--unset", "https.proxy" ] } ] }