Created
June 5, 2017 11:07
-
-
Save chorn/77e59b4f78a22347e5c863ed8280bb7c to your computer and use it in GitHub Desktop.
This file contains hidden or 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 = chorn | |
email = [email protected] | |
signingKey = chorn | |
[commit] | |
gpgsign = true | |
template = ~/.default-commit | |
[core] | |
editor = vim | |
pager = less -r | |
excludesfile = /Users/chorn/.gitignore | |
[color] | |
ui = auto | |
[pull] | |
rebase = true | |
[push] | |
default = tracking | |
[mergetool] | |
keepBackup = true | |
[advice] | |
statusHints = false | |
[diff] | |
mnemonicprefix = true | |
algorithm = patience | |
[format] | |
subjectprefix = git | |
[prompt] | |
showinfo = true | |
[rerere] | |
enabled = true | |
[mergetool "Kaleidoscope"] | |
cmd = ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot | |
trustexitcode = true | |
[merge] | |
tool = Kaleidoscope | |
defaultToUpstream = true | |
[difftool "Kaleidoscope"] | |
cmd = ksdiff --partial-changeset --relative-path \"$MERGED\" -- \"$LOCAL\" \"$REMOTE\" | |
[diff] | |
tool = Kaleidoscope | |
[filter "hawser"] | |
clean = git hawser clean %f | |
smudge = git hawser smudge %f | |
required = true | |
[filter "lfs"] | |
smudge = git-lfs smudge -- %f | |
process = git-lfs filter-process | |
required = true | |
clean = git-lfs clean -- %f | |
[filter "media"] | |
required = true | |
clean = git media clean %f | |
smudge = git media smudge %f | |
[include] | |
path = ~/.gitconfig-alias | |
; vim: ft=gitconfig sw=2 ts=2 et |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment