Split gitconfig
This commit is contained in:
16
git/config
Normal file
16
git/config
Normal file
@@ -0,0 +1,16 @@
|
||||
[credential]
|
||||
helper = cache
|
||||
[push]
|
||||
default = simple
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
[difftool]
|
||||
prompt = false
|
||||
[log]
|
||||
date = local
|
||||
[core]
|
||||
quotepath = false
|
||||
[merge]
|
||||
tool=meld
|
||||
[commit]
|
||||
gpgsign = true
|
||||
Reference in New Issue
Block a user