From 85cca92efeb495bd269312b2e0c22e655b4ea669 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 25 Jan 2016 14:22:09 -0500 Subject: Clean up .gitconfig --- .gitconfig | 17 ----------------- 1 file changed, 17 deletions(-) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index c55324f3..7eb91e34 100644 --- a/.gitconfig +++ b/.gitconfig @@ -3,24 +3,7 @@ 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 -- cgit 1.4.1