summary refs log tree commit diff
path: root/.gitconfig
blob: c55324f3c762bfe99c8e3455907eed7602a7e60a (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
25
26
[user]
	name = Curtis McEnroe
	email = programble@gmail.com
[core]
	editor = vim
	excludesfile = ~/.gitignore.global
	autocrlf = input
[push]
	default = simple
[rebase]
	autosquash = true
[help]
	autocorrect = 1
[color]
	ui = true
[pretty]
	log = %Cred%h %Creset%s%C(yellow)%d %Cgreen(%ar) %Cblue<%an>
[sendemail]
	smtpencryption = tls
	smtpserver = smtp.gmail.com
	smtpuser = programble@gmail.com
	smtpserverport = 587
[github]
	user = programble
[include]
	path = .gitconfig.private