diff options
author | June McEnroe <programble@gmail.com> | 2016-01-25 14:22:09 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2016-01-25 14:22:09 -0500 |
commit | 85cca92efeb495bd269312b2e0c22e655b4ea669 (patch) | |
tree | ebd70ab7e1eb6792176782574a68a131b167b10d /.gitconfig | |
parent | Remove gitignore (diff) | |
download | src-85cca92efeb495bd269312b2e0c22e655b4ea669.tar.gz src-85cca92efeb495bd269312b2e0c22e655b4ea669.zip |
Clean up .gitconfig
Diffstat (limited to '')
-rw-r--r-- | .gitconfig | 17 |
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 |