You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Description

git-proxy ensures that the given command are always run with a HTTP(S) proxy configured. All arguments, flags and switches are passed on to git.

Usage

$ git proxy

Examples

Ensure that git pull is run with a HTTP(S) proxy configured:

$ git proxy pull

Source

Please see GitProxy.java.

  • No labels