dotfiles/gitconfig.client
Tobias Schmidl 28d169a222 update
2014-11-17 12:34:12 +01:00

41 lines
633 B
Text

[alias]
st = status
ci = commit
di = diff
wdi = diff --color-words
co = checkout
up = fetch --all
hg = !git-hg
[color]
ui = auto
[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
renameLimit = 65536
[push]
default = upstream
[branch "master"]
rebase = true
[pull]
rebase = true
[http]
sslCAPath = /etc/ssl/certs
sslVerify = true
[commit]
gpgsign = true
[core]
preloadindex = 1