Use include in your gitconfig

This commit is contained in:
Thomas FORGIONE
2016-11-22 10:37:16 +01:00
parent 1d88ae66eb
commit 6c5e0dcce8
2 changed files with 2 additions and 4 deletions

21
git/gitconfig Normal file
View File

@@ -0,0 +1,21 @@
[credential]
helper = cache
[push]
default = simple
[diff]
tool = vimdiff
[difftool]
prompt = false
[alias]
d = difftool
co = checkout
st = status
ci = commit
[log]
date = local
[core]
quotepath = false
[merge]
tool=meld
[commit]
gpgsign = true