Skip to content

Instantly share code, notes, and snippets.

@timoteoponce
Created November 15, 2010 01:10
Show Gist options
  • Save timoteoponce/676291 to your computer and use it in GitHub Desktop.
Save timoteoponce/676291 to your computer and use it in GitHub Desktop.
example-gitconfig
#
# This is the config file, and
# a '#' or ';' character indicates
# a comment
#
; core variables
[core]
; Don't trust file modes
filemode = false
; Our diff algorithm
[diff]
external = /usr/local/bin/diff-wrapper
renames = true
; Proxy settings
[core]
gitproxy="proxy-command" for kernel.org
gitproxy=default-proxy ; for all the rest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment