dotfiles/git/gitconfig

23 lines
455 B
Plaintext
Raw Normal View History

2016-08-23 10:15:32 +02:00
[credential]
2016-12-03 11:49:41 +01:00
helper = cache
2016-08-23 10:15:32 +02:00
[push]
2016-12-03 11:49:41 +01:00
default = simple
2016-08-23 10:15:32 +02:00
[diff]
2016-12-03 11:49:41 +01:00
tool = vimdiff
2016-08-23 10:15:32 +02:00
[difftool]
2016-12-03 11:49:41 +01:00
prompt = false
2016-08-23 10:15:32 +02:00
[alias]
2016-12-03 11:49:41 +01:00
d = difftool
co = checkout
st = status
ci = commit
2017-03-24 11:32:16 +01:00
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
2016-08-23 10:15:32 +02:00
[log]
2016-12-03 11:49:41 +01:00
date = local
2016-08-23 10:15:32 +02:00
[core]
quotepath = false
[merge]
tool=meld
2016-11-22 10:37:16 +01:00
[commit]
2016-12-03 11:49:41 +01:00
gpgsign = true