Skip to content

Instantly share code, notes, and snippets.

@chaffeqa
Created July 11, 2014 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chaffeqa/aedaf3096f38fff51a30 to your computer and use it in GitHub Desktop.
Save chaffeqa/aedaf3096f38fff51a30 to your computer and use it in GitHub Desktop.
[user]
name = Your Name
email = youremail@u.com
[alias]
co = checkout
[color]
diff = auto
status = auto
branch = auto
[core]
excludesfile = /Users/chaffeqa/.gitignore_global
editor = mate -w
autocrlf = input
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
ignorecase = false
[apply]
whitespace = nowarn
[format]
pretty = %C(yellow)%h%Creset %s %C(red)(%an, %cr)%Creset
[push]
default = current
[mergetool]
keepBackup = false
# Include a summary of changes in merge commit messages.
#
[merge]
summary = true
tool = opendiff
# Automatically track branches with the same name
#
[branch]
autosetupmerge = true
autosetuprebase = always
[http]
postBuffer = 524288000
[diff]
tool = opendiff
[pack]
windowMemory = 10m
packSizeLimit = 20m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment