Created
July 11, 2014 13:48
-
-
Save chaffeqa/aedaf3096f38fff51a30 to your computer and use it in GitHub Desktop.
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
[user] | |
name = Your Name | |
email = [email protected] | |
[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