...
Code Block | ||
---|---|---|
| ||
$ git config --global alias.co 'checkout' |
How do I configure an HTTP(S) proxy?
Code Block | ||
---|---|---|
| ||
$ git config --global http.proxy 'PROXY-HOSTNAME:PROXY-PORT' |
Substitute PROXY-HOSTNAME
with the hostname of the HTTP(S) proxy server, and PROXY-PORT
with the port of the HTTP(S) proxy server.
Do you know of any aliases that are useful?
...
Overview
Content Tools
ThemeBuilder