summary refs log tree commit diff
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig18
1 files changed, 8 insertions, 10 deletions
diff --git a/.gitconfig b/.gitconfig
index bd8e0b4a..14274a19 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -5,20 +5,18 @@
 	editor = vim
 	excludesfile = ~/.gitignore.global
 	autocrlf = input
+[push]
+	default = simple
+[help]
+	autocorrect = 1
+[color]
+	ui = true
 [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
+[include]
+	path = .gitconfig.private