You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
800 B
44 lines
800 B
![]()
11 months ago
|
[user]
|
||
|
name = taco_diabolo
|
||
|
[color]
|
||
|
ui = auto
|
||
|
filemode = false
|
||
|
[color "branch"]
|
||
|
|
||
|
current = green bold
|
||
|
local = green
|
||
|
remote = yellow
|
||
|
|
||
|
[color "diff"]
|
||
|
|
||
|
frag = magenta
|
||
|
meta = yellow
|
||
|
new = green
|
||
|
old = red
|
||
|
|
||
|
[color "status"]
|
||
|
|
||
|
added = green reverse
|
||
|
changed = yellow reverse
|
||
|
untracked = red reverse
|
||
|
[core]
|
||
|
editor = "$(which vim) -g -c 'set tw=72' -c 'set formatoptions+=w' --remote-wait-silent"
|
||
|
excludesfile = ~/.gitignore
|
||
|
attributesfile = ~/.gitattributes
|
||
|
autocrlf = input
|
||
|
[merge]
|
||
|
tool = vimdiff
|
||
|
|
||
|
[diff]
|
||
|
tool = vimdiff
|
||
|
[pager]
|
||
|
diff = "vim -c '%sm/\\e.\\{-}m//ge' -c 'set ft=diff' -c 'normal gg' -"
|
||
|
[diff "bin"]
|
||
|
|
||
|
# Use `hexdump` to diff binary files
|
||
|
|
||
|
textconv = hexdump -v -C
|
||
|
[commit]
|
||
|
template = ~/.git_commit_template.txt
|
||
|
[credential]
|
||
|
helper = store
|