mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Update gitconfig options.
This commit is contained in:
@@ -1,15 +1,38 @@
|
|||||||
[user]
|
[user]
|
||||||
name = David Tomaschik
|
name = David Tomaschik
|
||||||
email = david@systemoverlord.com
|
email = david@systemoverlord.com
|
||||||
[push]
|
signingKey = 0x5DEA789B
|
||||||
default = current
|
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.gitignore
|
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]
|
[web]
|
||||||
browser = chrome
|
browser = chrome
|
||||||
|
|
||||||
[github]
|
[github]
|
||||||
user = matir
|
user = matir
|
||||||
|
|
||||||
|
# Site specific config
|
||||||
[url "https://github.com/"]
|
[url "https://github.com/"]
|
||||||
insteadOf = github://
|
insteadOf = github://
|
||||||
|
|
||||||
[url "ssh://git@github.com/"]
|
[url "ssh://git@github.com/"]
|
||||||
pushInsteadOf = github://
|
pushInsteadOf = github://
|
||||||
|
|||||||
Reference in New Issue
Block a user