Use include in your gitconfig
This commit is contained in:
21
git/gitconfig
Normal file
21
git/gitconfig
Normal 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
|
||||
Reference in New Issue
Block a user