Update .gitconfig

This commit is contained in:
Anton Zadvorny 2020-01-29 20:51:01 +03:00
parent 25be201977
commit b3a100ca6f
1 changed files with 56 additions and 26 deletions

View File

@ -1,29 +1,59 @@
[hub]
protocol = https
[user]
name = Anton Zadvorny
email = thcheetah@gmail.com
[credential]
helper = osxkeychain
[color]
diff = auto
status = auto
branch = auto
ui = true
[core]
excludesfile = ~/.gitignore
editor = vim
quotepath = false
[apply] [apply]
whitespace = nowarn whitespace = fix
[mergetool]
keepBackup = false [core]
[difftool] editor = vim
prompt = false
excludesfile = ~/.gitignore
attributesfile = ~/.gitattributes
whitespace = space-before-tab,-indent-with-non-tab,trailing-space
trustctime = false
precomposeunicode = false
untrackedCache = true
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold # line info
old = red # deletions
new = green # additions
[color "status"]
added = yellow
changed = green
untracked = cyan
[diff]
renames = copies
[diff "bin"]
textconv = hexdump -v -C
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[help] [help]
autocorrect = 1 autocorrect = 1
[filter "lfs"]
process = git-lfs filter-process [merge]
required = true log = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f [push]
default = simple
followTags = true
[user]
name = Anton Zadvorny
email = thcheetah@gmail.com