mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Refactor to include non-dotfile files.
This commit is contained in:
15
dotfiles/gitconfig
Normal file
15
dotfiles/gitconfig
Normal file
@@ -0,0 +1,15 @@
|
||||
[user]
|
||||
name = David Tomaschik
|
||||
email = david@systemoverlord.com
|
||||
[push]
|
||||
default = current
|
||||
[core]
|
||||
excludesfile = ~/.gitignore
|
||||
[web]
|
||||
browser = chrome
|
||||
[github]
|
||||
user = matir
|
||||
[url "https://github.com/"]
|
||||
insteadOf = github://
|
||||
[url "ssh://git@github.com/"]
|
||||
pushInsteadOf = github://
|
||||
Reference in New Issue
Block a user