summary refs log tree commit diff
path: root/.gitconfig
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2016-01-25 14:22:09 -0500
committerJune McEnroe <programble@gmail.com>2016-01-25 14:22:09 -0500
commit85cca92efeb495bd269312b2e0c22e655b4ea669 (patch)
treeebd70ab7e1eb6792176782574a68a131b167b10d /.gitconfig
parentRemove gitignore (diff)
downloadsrc-85cca92efeb495bd269312b2e0c22e655b4ea669.tar.gz
src-85cca92efeb495bd269312b2e0c22e655b4ea669.zip
Clean up .gitconfig
Diffstat (limited to '')
-rw-r--r--.gitconfig17
1 files changed, 0 insertions, 17 deletions
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