dotfiles/git/gitconfig

37 lines
536 B
Plaintext

[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
[safe]
directory = /opt/tessdata
[init]
defaultBranch = master