dotfiles/gitconfig.client

37 lines
572 B
Text
Raw Normal View History

2013-08-29 11:38:02 +02:00
[alias]
st = status
ci = commit
di = diff
wdi = diff --color-words
co = checkout
up = fetch --all
2014-07-14 17:04:21 +02:00
2013-08-29 11:38:02 +02:00
[color]
ui = auto
2014-07-14 17:04:21 +02:00
[diff]
renames = copies
[gui]
fontdiff = -family \"Source Code Pro\" -size 8 -weight normal -slant roman -underline 0 -overstrike 0
fontui = -family \"DejaVu Sans\" -size 9 -weight normal -slant roman -underline 0 -overstrike 0
spellingdictionary = en
# recognize file copies
[diff]
renames = copies
2013-08-29 11:38:02 +02:00
[push]
default = upstream
2014-07-14 17:04:21 +02:00
2013-08-29 11:38:02 +02:00
[branch "master"]
rebase = true
2014-07-14 17:04:21 +02:00
2013-08-29 11:38:02 +02:00
[pull]
rebase = true
2014-07-14 17:04:21 +02:00
2014-05-13 15:57:22 +02:00
[http]
sslCAPath = /etc/ssl/certs
sslVerify = true
2014-07-14 17:04:21 +02:00