Initial Commit
This commit is contained in:
32
git/gitconfig
Normal file
32
git/gitconfig
Normal file
@ -0,0 +1,32 @@
|
||||
[user]
|
||||
email = mmckinnon@comprofix.com
|
||||
name = Matthew McKinnon
|
||||
|
||||
[color]
|
||||
ui = true
|
||||
|
||||
[color "branch"]
|
||||
current = yellow reverse
|
||||
local = yellow
|
||||
remote = green
|
||||
|
||||
[color "diff"]
|
||||
meta = yellow bold
|
||||
frag = magenta bold
|
||||
old = red bold
|
||||
new = green bold
|
||||
|
||||
[color "status"]
|
||||
added = yellow
|
||||
changed = green
|
||||
untracked = red
|
||||
|
||||
[push]
|
||||
default = simple
|
||||
|
||||
[http]
|
||||
sslverify = false
|
||||
postBuffer = 524288000
|
||||
|
||||
[core]
|
||||
autocrlf = false
|
Reference in New Issue
Block a user