Update gitconfig options.

This commit is contained in:
David Tomaschik
2015-09-23 20:21:11 -07:00
parent 1730ce9994
commit 93b33f668f

View File

@@ -1,15 +1,38 @@
[user]
name = David Tomaschik
email = david@systemoverlord.com
[push]
default = current
signingKey = 0x5DEA789B
[core]
excludesfile = ~/.gitignore
editor = vim
whitespace = trailing-space,space-before-tab
[color]
diff = auto
status = auto
[diff]
tool = vimdiff
[difftool]
prompt = false
[alias]
st = status
[push]
default = current
[web]
browser = chrome
[github]
user = matir
# Site specific config
[url "https://github.com/"]
insteadOf = github://
[url "ssh://git@github.com/"]
pushInsteadOf = github://