dotfiles/gitconfig
2014-05-13 15:57:22 +02:00

30 lines
656 B
Text

[user]
name = Tobias Schmidl
email = T.Schmidl@erhardt-leimer.com
signingkey = 0xa1554441
[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
[alias]
st = status
ci = commit
di = diff
wdi = diff --color-words
co = checkout
up = fetch --all
[color]
ui = auto
[core]
excludesfile = /home/schtobia/.gitignore
[push]
default = upstream
[branch "master"]
rebase = true
[pull]
rebase = true
[diff]
renames = copies
[http]
sslCAPath = /etc/ssl/certs
sslVerify = true