Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created March 29, 2013 10:40
Show Gist options
  • Save yuuichi-fujioka/5270129 to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/5270129 to your computer and use it in GitHub Desktop.
git configs
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
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