From 280b39cad47a6525feb5b9bcef9e369023775cb1 Mon Sep 17 00:00:00 2001
From: Chris Coley <chris@codingallnight.com>
Date: Thu, 31 Dec 2015 08:58:27 -0800
Subject: [PATCH] Updating the username and email in gitconfig. Also setting a
 default editor

---
 gitconfig | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gitconfig b/gitconfig
index eaf9c32..4d5c209 100644
--- a/gitconfig
+++ b/gitconfig
@@ -1,6 +1,6 @@
 [user]
-    name = ccoley
-    email = chris.num2@gmail.com
+    name = "Chris Coley"
+    email = chris@codingallnight.com
 [push]
     default = simple
 [credential]
@@ -12,4 +12,5 @@
     unstage = reset HEAD --
 [core]
     #autocrlf = true  # Windows
-    autocrlf = input # Linux
\ No newline at end of file
+    autocrlf = input # Linux
+	editor = vim
-- 
GitLab