Split gitconfig

This commit is contained in:
Thibault Blanc-Beyne 2017-03-30 09:40:37 +02:00
parent 4578695361
commit 000a8e579a
3 changed files with 22 additions and 22 deletions

6
git/aliases Normal file
View File

@ -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

16
git/config Normal file
View 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

View File

@ -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