Created
March 29, 2013 10:40
-
-
Save yuuichi-fujioka/5270129 to your computer and use it in GitHub Desktop.
git configs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global color.ui auto | |
git config --global color.branch auto | |
git config --global color.diff auto | |
git config --global color.interactive auto | |
git config --global color.status auto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global http.proxy http://<user>:<pass>@<proxy url>:<proxy port number> | |
git config --global https.proxy http://<user>:<pass>@<proxy url>:<proxy port number> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment