Split gitconfig
This commit is contained in:
parent
4578695361
commit
000a8e579a
|
@ -0,0 +1,6 @@
|
|||
[alias]
|
||||
d = difftool
|
||||
co = checkout
|
||||
st = status
|
||||
ci = commit
|
||||
hist = log --pretty=format:'%C(yellow)[%ad]%C(reset) %C(green)[%h]%C(reset) | %C(bold blue){{%an}}%C(reset) %C(white)%s %C(red)%d%C(reset)' --graph --date=short
|
|
@ -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
|
|
@ -1,22 +0,0 @@
|
|||
[credential]
|
||||
helper = cache
|
||||
[push]
|
||||
default = simple
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
[difftool]
|
||||
prompt = false
|
||||
[alias]
|
||||
d = difftool
|
||||
co = checkout
|
||||
st = status
|
||||
ci = commit
|
||||
hist = log --pretty=format:'%C(yellow)[%ad]%C(reset) %C(green)[%h]%C(reset) | %C(white)%s %C(bold blue){{%an}}%C(reset) %C(red)%d%C(reset)' --graph --date=short
|
||||
[log]
|
||||
date = local
|
||||
[core]
|
||||
quotepath = false
|
||||
[merge]
|
||||
tool=meld
|
||||
[commit]
|
||||
gpgsign = true
|
Loading…
Reference in New Issue