summary refs log tree commit diff
path: root/.gitconfig
blob: 83cfdc343a36ca775fd321141ddf99062415e042 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[user]
	name = June McEnroe
	email = programble@gmail.com
[core]
	editor = vim
	excludesfile = /home/home/.gitignore.global
	autocrlf = input
[sendemail]
	smtpencryption = tls
	smtpserver = smtp.gmail.com
	smtpuser = programble@gmail.com
	smtpserverport = 587
[merge]
	tool = vimdiff
[color]
	ui = true
[push]
	default = simple
[include]
	path = .gitconfig.private
[github]
	user = programble
[help]
	autocorrect = 1